Memory Pool Memory Pool Refreshing

5,294 transactions
1.61 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,696 (68,623 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
839,073 839,073 0000000000000000000027746581a776f498556feeafe6ce0cf9c56c2092106c 1.71 MB 3,181 56
839,072 839,072 000000000000000000000346486f13a72285e6af454d28ae01629a18ada1e642 1.74 MB 2,077 49
839,071 839,071 00000000000000000000702ed90c12798261cff55f564b6403ad5fcd14452226 1.65 MB 3,139 69
839,070 839,070 000000000000000000005c021a835d29c83cfd341acf592fcc34c61b27827e7b 1.61 MB 3,608 90
839,069 839,069 00000000000000000001810b0b36eaf455bde1584e88a757799251f7bb597838 1.82 MB 2,737 73
839,068 839,068 0000000000000000000073d4b8c2832e6e82569da5ee86a6575c6e1a7c9dd995 1.78 MB 2,954 58
839,067 839,067 0000000000000000000294abf7bd92c02160c21de3e20231b49dd9b34dba815a 1.74 MB 3,364 50
839,066 839,066 0000000000000000000219ae3c6defff5b8c96448cb4d4eff461a670c6885c4e 1.62 MB 3,688 82
839,065 839,065 0000000000000000000199f3d63de8909290c517dab79935a68b96dc929e4cf4 1.70 MB 3,572 70
839,064 839,064 0000000000000000000109eaf193320babec1f3c528d2079f7fc0a7b9aabf5ff 1.99 MB 2,916 42
839,063 839,063 00000000000000000001a6f6bdfca3e48febdd2a72c6092ff3b677062a75c4b6 1.81 MB 2,668 52
839,062 839,062 000000000000000000031d095fe035fe06ee3981b6a9c4c053389cef6295f58c 1.85 MB 3,117 53
839,061 839,061 00000000000000000002ccc6f14cd2468d0ec3b66baded727b37359a59fa99ea 1.75 MB 2,873 48
839,060 839,060 0000000000000000000026ba44ccaa04d826eb8254366a51d7354d5a807f4ea8 1.76 MB 4,173 75
839,059 839,059 0000000000000000000113896a74528c3cb9ef7652b41ea71b861d02b8a8965f 1.80 MB 3,384 57
839,058 839,058 00000000000000000002daf0a7b7484e32ccc8456f2a88b77e5edcf580289be9 1.73 MB 4,604 84
839,057 839,057 00000000000000000000c469741f0e42306b1222ef19802d7ab0c76ee4f0d1c0 1.76 MB 4,627 76
839,056 839,056 00000000000000000002d740a8e13a67f172e2e38d52e6f0f0453fdf574f67ea 2.14 MB 2,521 62
839,055 839,055 0000000000000000000271afd1be2e8aad6fbe4f02dd6e4e70855376266d682a 1.77 MB 2,741 50
839,054 839,054 00000000000000000002b1c73191823f47438a01828d0823132b51e66a305dfb 1.78 MB 2,916 64
839,053 839,053 00000000000000000000acea2223489645db5686fe6cd4ce519e6d3e27f8ae7a 1.90 MB 2,635 55
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: 11 outgoing, 114 incoming
  • Data Transfer: 1,615.98 GB sent, 92.70 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.