Memory Pool Memory Pool Refreshing

5,693 transactions
3.44 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,728 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,638 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,727 (364,297 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
543,430 543,430 0000000000000000001201b77b3166d295898c5465c7037464bc38392c233489 0.84 MB 1,516 18
543,429 543,429 0000000000000000001a5c35d61ebe5e24ac44e64259de5343f0b90604d9bf77 1.19 MB 2,267 8
543,428 543,428 0000000000000000001f75631340ea005ec979b0c16fa458393741cd0175e2df 1.18 MB 2,144 31
543,427 543,427 0000000000000000000e1e07b05ab1bdc3525d10921daf938270d21b91f5cc54 0.17 MB 234 23
543,426 543,426 0000000000000000000f8ba9373ce7aa3e46a8f4a63b8dfd218b73b57184c057 1.15 MB 1,431 15
543,425 543,425 00000000000000000008fa3875641d9c74c39e91e885c755d76e39a309b4d815 0.53 MB 620 9
543,424 543,424 00000000000000000012510d9237087788091008c7bd877d09790bc24b94d48b 1.08 MB 830 6
543,423 543,423 000000000000000000107692495eee95d8cb23000d0373e7d8cf8c93723ba4c9 1.23 MB 1,126 8
543,422 543,422 000000000000000000165462eb98ff29c245f976f36b739603ece6350e338239 1.14 MB 2,079 17
543,421 543,421 00000000000000000006b474f14ee24a5ebf97ccf5ab1a0c8cc19013d66e07c0 0.46 MB 231 15
543,420 543,420 0000000000000000001458a1a6dba2d0fd190668d800e72715692baf56742b14 1.16 MB 1,762 11
543,419 543,419 00000000000000000013b13dd68c60110af78cfdd008dfa69717213419cac3b6 1.16 MB 2,262 8
543,418 543,418 0000000000000000000377d3e1f4da7d88b66b75491409700f57bffa28f2c6df 1.21 MB 2,642 32
543,417 543,417 0000000000000000001369106c74f4c6564d97d336fc9da6af7978b04da9d459 0.69 MB 411 5
543,416 543,416 00000000000000000006c3a06e8c8327ccd7739fe973f474f1cfb192e4095e34 1.14 MB 1,655 7
543,415 543,415 000000000000000000062f7504ca7f3553df3bc35e740f6bc5596d4b6e241ad0 1.08 MB 2,366 7
543,414 543,414 000000000000000000006896f56d74a69684e2ca18f593e65be7628d5a7e636f 1.22 MB 2,199 27
543,413 543,413 0000000000000000001383692545b60a6fc06284e8a7d1b012d32e39d3683632 1.20 MB 2,616 16
543,412 543,412 0000000000000000001991f4bbd6c87430b04c2cdbe17c87e8a8f0a96b208df2 1.19 MB 2,799 28
543,411 543,411 0000000000000000001c1c116cb15ed6792a329855adeadd337a4e9944574e29 1.16 MB 2,440 11
543,410 543,410 0000000000000000001718f6194862d672cce2ab7375a1de3e245bfdbc803143 1.24 MB 2,428 30
Previous 10 blocks ↓
Total Size: 769.03 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,625.83 GB sent, 93.05 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.