Memory Pool Memory Pool Refreshing

2,206 transactions
0.74 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,767 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.74 vMB 2,203 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,766 (602,776 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
304,990 304,990 00000000000000004693f442b7f34dca4f58217391b623465af516ec961b5c0d 0.09 MB 173 38
304,989 304,989 00000000000000003bd7c380ae3db7c3852297771be5df215071d0f3ff149133 0.14 MB 284 33
304,988 304,988 000000000000000027bf67fe7fcc57d4a9838bb2e6dfc9d9de95c9fc8e706e63 0.38 MB 631 33
304,987 304,987 0000000000000000135a985c58f25379dd1f3b730349ae55b033662688aa4955 0.02 MB 50 52
304,986 304,986 00000000000000001da28ba0deb86eecbf0d986a452d16324b117322df3a796a 0.14 MB 286 33
304,985 304,985 00000000000000002c77eb9bb314f94c72a00832f3e959f41b1d60d2f408f199 0.01 MB 24 25
304,984 304,984 00000000000000001f9b1869b3143f5bab6851e523454004842d166529dd36e7 0.26 MB 376 31
304,983 304,983 00000000000000002d506833a384405a51b7be8308a046128529d537972d748a 0.11 MB 114 18
304,982 304,982 00000000000000000fbfac552b1d8afc5908bc30606cb1954e6eb420b25d9a5f 0.28 MB 616 39
304,981 304,981 0000000000000000025159e3a28565cbf4430ef1bc072f5f9e602bb3f498eb0b 0.09 MB 228 36
304,980 304,980 000000000000000042fdf6d738a9b6784fa47251f5e8fa067a03f28330e910d1 0.12 MB 265 30
304,979 304,979 000000000000000011a2b85319cfd5fcbd9b8b22faa6754413528cd0e85250e8 0.34 MB 578 32
304,978 304,978 000000000000000013eb4fca38b93db3b1b70084120dbccb1855ffbc2b2c924d 0.35 MB 320 17
304,977 304,977 0000000000000000403efd5431c5456520655a9a6bc1afa7fe82791f78a051a2 0.35 MB 910 47
304,976 304,976 00000000000000003e0957e38b5ab87c9ae560476bce39e105e9e7f4a24439bf 0.13 MB 49 13
304,975 304,975 0000000000000000023a76bff4884d2d5931f82d2322cc99042d3ff3132eb8f7 0.35 MB 687 30
304,974 304,974 00000000000000005cfc9e6e2ced46b6dcfc3eb9334549901e873717b639949f 0.47 MB 531 23
304,973 304,973 0000000000000000333e791ffa18abdd63e4c31d153aa78adabacc30d1656723 0.75 MB 1,395 34
304,972 304,972 00000000000000002a4f1249661bd14ebd4dd60e7413196ab85632c654b1055d 0.08 MB 46 4
304,971 304,971 00000000000000002a4d3d968ca3705cdb7e1e48a2c989c9c6ed34dab8272b91 0.25 MB 463 34
304,970 304,970 00000000000000000375e248001de026e367f3fd6bba0e9c2dd1b29952b3a42b 0.08 MB 191 33
Previous 10 blocks ↓
Total Size: 769.10 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,629.18 GB sent, 93.41 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.