Memory Pool Memory Pool Refreshing

6,894 transactions
2.61 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,699 (582,661 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
325,038 325,038 00000000000000000b3dc2aacc1a6654c50d32e27edeeb751e03bf95907f4ba8 0.47 MB 104 11
325,037 325,037 00000000000000000783ab8eb2f5fae486ada054da9ff4f81c63b012603cb4dc 0.99 MB 321 12
325,036 325,036 0000000000000000141dd675bdc3e0a27979e60289556ba81be0f9d9ef70c52f 0.50 MB 1,396 40
325,035 325,035 0000000000000000189e6ae83dce5c87ec0a7899c63272b36e9bc563899b48c7 0.00 MB 1 0
325,034 325,034 00000000000000000c7866b0f200858befdcbb0a82719b73d8fee7fe00a95cd0 0.75 MB 1,057 24
325,033 325,033 000000000000000011aab68247ec93f7fecb11ee7e49dd7cf24ca7d9318f72f4 0.39 MB 713 28
325,032 325,032 000000000000000007d181a1f3170926447021fba083be9a7643a78baa57a6bc 0.26 MB 399 28
325,031 325,031 00000000000000001b256c1c95967ccaebbaeed40475c6b27cdea64bfead1fd3 0.18 MB 290 16
325,030 325,030 00000000000000000c23d40ad65fe1ed1bd8f0c2eabfde6306a90008042847a2 0.40 MB 701 26
325,029 325,029 000000000000000011224c337516bf23e0b6e02b17233c371940c9661aea7cf6 0.51 MB 861 27
325,028 325,028 00000000000000000f279ea9be1976c4a5982b849e26e2844908dd3771cb3211 0.50 MB 877 31
325,027 325,027 000000000000000015353f5faf0ab6380b96b6faed338aad2bf87886c543a068 0.90 MB 1,495 30
325,026 325,026 00000000000000001d36c8e2363f9f521264ddb62d159bc69d19f1e14c7a46e7 0.68 MB 1,094 35
325,025 325,025 000000000000000017a473028cfd3d229bacc327496bd416039e7b8c501d5968 0.29 MB 390 26
325,024 325,024 0000000000000000173a3c088ac90e8ac9d975a3fbde52efa0ad6de846d85c20 0.85 MB 1,327 25
325,023 325,023 0000000000000000140be16c547c13d16e24f02606dd10553d2189e2c0efca65 0.05 MB 128 61
325,022 325,022 0000000000000000198136891c688ae41e5326cfe29dfc54ed386f02a4c6069d 0.43 MB 742 32
325,021 325,021 00000000000000000364d61af4c399942a04a42b1d565ede0d0f7d2a7c5341c5 0.39 MB 816 32
325,020 325,020 0000000000000000019dba40ceb7515dd86cef0e756b784141afccd0d04f7a45 0.50 MB 616 22
325,019 325,019 00000000000000000b3476449db59a6a4e42caa8381c95d9dd02197afa4c5232 0.43 MB 607 27
325,018 325,018 000000000000000016389bb00ceb36871c41e06878877bf7c03b1e6928c15968 0.64 MB 736 20
Previous 10 blocks ↓
Total Size: 768.98 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,616.51 GB sent, 92.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.