Memory Pool Memory Pool Refreshing

5,279 transactions
2.99 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,731 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (296,261 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
611,540 611,540 0000000000000000000541e52413761aaee4773d0535c1c0d7a45f30057645c6 1.33 MB 2,826 12
611,539 611,539 000000000000000000088d763f757b096af8c70072fa2f9af9fcd3cdc15b42c9 0.98 MB 2,385 13
611,538 611,538 0000000000000000000f281178c6d0c3aa891255164cb3a5b8c7333cd70bf2ce 0.26 MB 653 16
611,537 611,537 0000000000000000000942415f2fc690af0afc8b3829a05ee0b52e72373e3a9d 0.42 MB 1,011 18
611,536 611,536 0000000000000000000b6c0941d4962f78f2689669daf55c01ed137ce1aa3d8f 0.50 MB 1,185 6
611,535 611,535 00000000000000000004017686027e806ae974b76b52e9ab55a1dd2155f643f2 1.22 MB 2,611 18
611,534 611,534 000000000000000000049434faf5f8895abe417a351a17193230b9d23dc7457d 0.10 MB 280 18
611,533 611,533 0000000000000000000165ddb728018986f4e28c1d6bcd377291859a353791de 0.13 MB 266 11
611,532 611,532 00000000000000000001a0935510ec53ef34141f53504cf8655d495d081e3556 0.55 MB 1,241 15
611,531 611,531 00000000000000000006f068e6855802ba08d7602c2ff0562baa2ff04fa69124 0.18 MB 384 20
611,530 611,530 0000000000000000000076ecc41f4684d120e725823b0aa8c29e7c5a13817c63 0.70 MB 1,297 1
611,529 611,529 00000000000000000007c9529db4d01c41ee0ba8432d9309f83dbcb468c6e589 1.30 MB 2,519 11
611,528 611,528 00000000000000000012d957a1697345c179d2816d21e8bdf81779a33d456e0e 1.18 MB 2,094 8
611,527 611,527 0000000000000000000c0120bb623b56440536cf29e81b697d0942028e30ea29 1.20 MB 2,516 20
611,526 611,526 0000000000000000000537c5da775aeace668f86c69e9fab7e0b8a34d85f7cf5 1.18 MB 2,164 17
611,525 611,525 000000000000000000043470d8238243d0671b96378d629ce2e6e4739903595e 1.23 MB 2,516 13
611,524 611,524 0000000000000000000fd75e6c380f86c2a999011e58eea5e3bf79170b4b3179 1.23 MB 2,917 11
611,523 611,523 0000000000000000000281f9466f486471ba9f749af9cd53d342bd3a1af4eac0 1.18 MB 2,065 28
611,522 611,522 000000000000000000090bda6c115e5c6909c28799375531d90721cc04ee3fed 1.05 MB 1,438 8
611,521 611,521 00000000000000000011fb0e940ba533086f69680c5e188ca549282104d0d50d 1.12 MB 2,372 13
611,520 611,520 00000000000000000012d58f09cfdc4ce472c6321705fd913269227c4debe9ae 0.48 MB 1,204 6
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.