Memory Pool Memory Pool Refreshing

2,357 transactions
0.86 vMB
Show Random Selection Loading Transactions
Max Size: 5/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
908,290 00000000000000000002349e0000000000000000000000000000000000000000 0.86 vMB 2,354 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,289 (858,854 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
49,435 49,435 000000001b3830fb73d4117f6d322ee9e0a1d890ecf115dcc47a9a5d5bb3c25d 0.00 MB 1 0
49,434 49,434 00000000187a2816d2d6f8881ad64d3cf06e9ce35090fa33d35846e1dedf448c 0.00 MB 1 0
49,433 49,433 000000000255574921d6970a639ab8445807fbb20dc37578ee9227c952d037f1 0.00 MB 1 0
49,432 49,432 0000000025c5f151740e62c46f6d0791f8f4b51f5dd6b15150cb8a6029b8168c 0.00 MB 1 0
49,431 49,431 000000001c865207b3042e1604e7bb2345cad76f9dfbf16f115c880f6fd03565 0.00 MB 1 0
49,430 49,430 0000000004f341e667f59f481d245758a4d69647971d2c64e813352dd37c411f 0.00 MB 1 0
49,429 49,429 0000000024bc0c14085929e25a441c9ea0ebb7269b096ceb19fc6b6c6e5e7b3e 0.00 MB 1 0
49,428 49,428 000000001b4f22ca32882d20fc882712791a7d541781c8bea0e8a285d7fc5df4 0.00 MB 1 0
49,427 49,427 000000000216dba4b02229ca82c1b209803a8ad4557e9cc0fea66c97040c7c12 0.00 MB 1 0
49,426 49,426 000000001ef95295c72aaf9b881baaf70145ec7e841440afc4913dd78a97ba55 0.00 MB 1 0
49,425 49,425 0000000008549279c9f83f21d44c7d2137f0e3274861585e15753c183a244d64 0.00 MB 1 0
49,424 49,424 000000000edd46e794c46dba5834ee88b84498c9986c4db6ed0032373c9da96f 0.00 MB 1 0
49,423 49,423 0000000005f3a15bb385768b23f5a5e0ca2ce314cd2ce6879816c6a959115612 0.00 MB 1 0
49,422 49,422 0000000012093dae684f5dfaa2744b506984383eb7d71148c087e6708ab72d07 0.00 MB 1 0
49,421 49,421 000000001fb87f451ec94f99b3a4c2525d77f22ce0d480f167ff9864c53bdf1f 0.00 MB 1 0
49,420 49,420 0000000014ea46859b9e45b319ce9e041286be9a0757c0631b22a4354c642606 0.00 MB 1 0
49,419 49,419 0000000025921b563944ac972ed6ec8f254e21c09dd9bf71a6bd9131b72fcac2 0.00 MB 1 0
49,418 49,418 00000000298df0972908cad974e8bff5dcb8a8e82574c1a4cc8ea8c7f336b8ee 0.00 MB 2 0
49,417 49,417 000000000b7a80b2a81d59842805d3d20abd98b5694fd4c0fba37bc0d1c8675c 0.00 MB 1 0
49,416 49,416 00000000285b6e286bfe04a17538a474bb9351fc4529017189ae8538b975be0c 0.00 MB 1 0
49,415 49,415 0000000006ed1c31ba6244791bf83127da31c65d4b0f272024d3523024a92d9c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.16 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,692.29 GB sent, 98.29 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.