Memory Pool Memory Pool Refreshing

4,745 transactions
2.10 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,823 (593,292 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
314,531 314,531 0000000000000000066c7bb8eced0ddfa2684a6a069cad5cf403511b288799ed 0.03 MB 13 10
314,530 314,530 0000000000000000131ebe97c18466c7a7296227ccbe9c694ad480e1c1d9967c 0.74 MB 660 17
314,529 314,529 00000000000000001442e55d1087e6339f1eefe87bcb97e894a70d52e926b532 0.35 MB 556 27
314,528 314,528 000000000000000007fb0b2273efa38e520cb518930c89c162fc11292e43f8aa 0.25 MB 512 30
314,527 314,527 0000000000000000006f55d1c21d4b4b81ba923b060df2fd6a0c95c8fc0d0b3c 0.02 MB 23 14
314,526 314,526 000000000000000027526f4a2fa06631116968c9d3670dda4132178783c337df 0.17 MB 257 24
314,525 314,525 000000000000000010415cec0056e111569c8a5e63d29c27ae212d9c48772c58 0.12 MB 201 22
314,524 314,524 00000000000000000cf35eb8be600d04f67f1fae651a633b3536a3bbaca4f0eb 0.27 MB 521 28
314,523 314,523 00000000000000000666687c8d7562cc23cbb96ba54074c5d145271576466441 0.03 MB 46 21
314,522 314,522 0000000000000000095622f12561ec4be943f9def30f4820466a44b0811e903f 0.11 MB 214 28
314,521 314,521 00000000000000000128f19a71a5a307fdffb69d241cc912ff9e3ea972fed78f 0.09 MB 123 22
314,520 314,520 000000000000000000ad7bacd1664f82c6a4109570aa36db4cc09ad6ea96df2e 0.22 MB 351 22
314,519 314,519 0000000000000000164c2329210e552175326333058e2fe99e4bc703540a8306 0.45 MB 804 26
314,518 314,518 000000000000000003dfdb177b11c5aa60e55dd3bc161e506dee5c0810b706df 0.11 MB 169 20
314,517 314,517 000000000000000035fe746cca6ab9667988e6400c83c6bedddd5da9dd5ea943 0.24 MB 424 26
314,516 314,516 00000000000000001c619618c427f1912d22da301c9b558f804a35f2ee2df9c9 0.12 MB 252 29
314,515 314,515 0000000000000000179dec3ea1dc3655ee13a6c8617569dd2fc0d391e3e1507d 0.23 MB 292 20
314,514 314,514 0000000000000000301cf86a281c1a114754ae1a38284f5d849cebea53a82e62 0.22 MB 55 13
314,513 314,513 000000000000000032813f56bf88050e2be739d75cb8335dbe5285d01da4fa25 0.20 MB 314 24
314,512 314,512 000000000000000029035cb01ddef77de7219410c30b9ff45eeb1b4f59248511 0.36 MB 562 27
314,511 314,511 00000000000000002b24a5cd2d7e0413bb70257d5d8677f1a1ddf8fd6ae7c9c3 0.14 MB 256 29
Previous 10 blocks ↓
Total Size: 769.21 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,634.32 GB sent, 93.98 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.