Memory Pool Memory Pool Refreshing

2,567 transactions
0.78 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,694 00000000000000000002349e0000000000000000000000000000000000000000 0.76 vMB 2,536 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,693 (467,604 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
440,089 440,089 000000000000000003b9af467eefcf2b63420a81b7fcd86fb14b03aa2f6683a5 1.00 MB 2,284 82
440,088 440,088 00000000000000000114106e86863b31f8744f1d5e725d5ebc359747d5b301dd 1.00 MB 2,398 108
440,087 440,087 000000000000000003cd13d8208e32d7e0fb94a83cf2af74bc9402d45872f269 1.00 MB 2,247 61
440,086 440,086 00000000000000000136593f737c2036244e6e4dd550f34f144a017741598a69 1.00 MB 2,315 107
440,085 440,085 000000000000000003da85233b4ec0abff12180a9f12104f4bc0828f7b3c9bcc 1.00 MB 2,667 85
440,084 440,084 000000000000000001aff94c54d26cc7e6521e291571d9874ff28d7995b443f4 1.00 MB 2,402 69
440,083 440,083 000000000000000000914bef044731a4d7c6b455271ba10628eb4f6e1faa8b45 1.00 MB 2,427 79
440,082 440,082 000000000000000003e4ca0c25642921b484cf8c0748b5ae1a23656792cfe7d8 1.00 MB 2,144 96
440,081 440,081 00000000000000000160f41059e4211105a5f1347ba969935a9512d558889e18 1.00 MB 2,212 103
440,080 440,080 00000000000000000285187a7bf7c01d44d81b79125d9f1a0cb206b95f7b16d7 1.00 MB 1,362 66
440,079 440,079 0000000000000000001d028609b4d4bdf6b1dced6fda83502614e9f485059600 1.00 MB 2,629 56
440,078 440,078 0000000000000000015924850a84cbd2fa9c98a5ed377e94bf57b2fb2b65eed4 1.00 MB 2,227 84
440,077 440,077 0000000000000000001c84d918d0de6b73f1121e4cb92ecdc0f6ef41911cbf78 1.00 MB 2,210 88
440,076 440,076 0000000000000000039729b27a8f5ac4ca235cecdc5af60cf8cc51b3d39e089c 1.00 MB 2,628 91
440,075 440,075 00000000000000000062e030f6a58737f02de072279e2204b816b217ebc069a0 1.00 MB 2,672 82
440,074 440,074 00000000000000000298f2132caf2ef35734947ddcce4c1291f9a43ff8ddf112 1.00 MB 1,681 74
440,073 440,073 00000000000000000308ab49960fd84bbbc707b7c629e88cfbea038cd1b281a2 1.00 MB 2,015 93
440,072 440,072 0000000000000000039c2e1391f8b348627aa5e3f097f96e5626d8635b1d3405 1.00 MB 2,109 88
440,071 440,071 000000000000000002b2ff1ea77bab7e0feaa4e3b57202cc7a0c8989ef6311c7 1.00 MB 2,458 100
440,070 440,070 0000000000000000025f2a1aae16873718a311b46df4067242df6a3925ba408d 1.00 MB 2,142 93
440,069 440,069 000000000000000002dcb935c44871c56c5f4360d565a48a596764160cd29683 1.00 MB 1,994 88
Previous 10 blocks ↓
Total Size: 768.97 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,615.57 GB sent, 92.65 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.