Memory Pool Memory Pool Refreshing

5,717 transactions
3.10 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,611 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (581,826 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
325,975 325,975 00000000000000001f0b70fee5e9cca137d7569182232317ecf7597f31a554ef 0.29 MB 590 32
325,974 325,974 000000000000000008650f5be7d34ec54b2fee3b0ca3679f60ad45af9fc361ba 0.01 MB 9 11
325,973 325,973 00000000000000001c6b34f8c9bbf9674c57cae15d8b768f160e450753f6671f 0.00 MB 7 15
325,972 325,972 000000000000000011200c030be83a2961ad32c01fb5f12b69136092f4891ef6 0.06 MB 95 20
325,971 325,971 000000000000000004c96ca973b30393600cfad7ca8d7bd6dc05041297ac2af9 0.71 MB 1,009 21
325,970 325,970 000000000000000012925996a2fa3dbe855c5c4937558d469478d8f957a514a1 0.03 MB 64 51
325,969 325,969 00000000000000000b75c109938a41c159708bb915693e699de737bcf5f9e7bc 0.19 MB 512 38
325,968 325,968 00000000000000000982af777f5ae56695be2db68a6c7f9a2cf20c67fa026520 0.20 MB 69 4
325,967 325,967 000000000000000012a79bf2490afcb15c0975b0367233bb093861a9e08794e0 0.56 MB 1,119 29
325,966 325,966 00000000000000001b515acf8f3b5b70c4cc6adbe7c1fa71cbd6acffdc362123 0.24 MB 509 32
325,965 325,965 0000000000000000172d07cea04847db6f9b9002aa1e5c71963cca05e2f2c332 0.16 MB 275 28
325,964 325,964 00000000000000000a4de342b170ea90d977700e0f5d80de8c01e624793eac07 0.40 MB 884 33
325,963 325,963 000000000000000015fb5df952b7678f661b7bbddb351c2eaac3900a593bebc3 0.35 MB 761 31
325,962 325,962 000000000000000008d3aa55f873775bd9815c62fa399ccc7742bb8c8a07b2a9 0.01 MB 40 31
325,961 325,961 00000000000000000632ec4143ca8e12484fdaadbb866273e7c0f01f60bdae67 0.00 MB 8 66
325,960 325,960 00000000000000000556aeb14969be0bde9a91589931f44188bc09ba63dd96a3 0.07 MB 130 29
325,959 325,959 0000000000000000052579eb025f8e38264c9b4eaee9a9713bd0a4c23c10cd08 0.26 MB 526 31
325,958 325,958 000000000000000019201c70efec724aefd9964cb5aa639233c69eb7014a21d3 0.41 MB 742 28
325,957 325,957 0000000000000000075fd676f583e44b6e6e7646f2ae57075679ef73d540e8da 0.02 MB 64 31
325,956 325,956 000000000000000009875706a12d199af899b560e25288e4b3f6bde01e4fb0d4 0.14 MB 265 29
325,955 325,955 0000000000000000181d80de403f930265a1a5eb19f6406c23714298a4b55841 0.24 MB 476 32
Previous 10 blocks ↓
Total Size: 769.17 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,632.87 GB sent, 93.74 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.