Memory Pool Memory Pool Refreshing

8,953 transactions
2.97 vMB
Show Random Selection Loading Transactions
Max Size: 17/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,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,825 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (593,176 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
314,510 314,510 0000000000000000042a33071f85e86051191f3176e13fb6e6fd55bf301b310d 0.05 MB 109 40
314,509 314,509 000000000000000029b6561bcbf2d1b51a4423b20b7aa36485099fd5214b35d0 0.25 MB 340 21
314,508 314,508 00000000000000000c6b40dd10de17b7594bcabfdf39e450a8f42dd78139fd7e 0.36 MB 613 28
314,507 314,507 00000000000000002028f332186bee4736723b16631da7501d645fb673b91ba1 0.07 MB 134 29
314,506 314,506 00000000000000000518b023651720bf7bf661bd6200a874e3992c142c151eb6 0.02 MB 44 30
314,505 314,505 000000000000000000eec7dbe883024faedf49b532a2a6cfadebda96a3a8b56b 0.13 MB 243 26
314,504 314,504 0000000000000000019393c211a37531f2c014698cf2dc1df285dd09f28b1b40 0.50 MB 668 23
314,503 314,503 00000000000000002172dcc2adfbd4bcc3eefd9485adbbe3829ca77630d0bc30 0.35 MB 576 26
314,502 314,502 0000000000000000167a055840500d9d6fc9f73a00e230d0ddc8703c023bbe56 0.29 MB 470 27
314,501 314,501 0000000000000000197a77e9b17babc4fbb6b7b0d50b29ebfb62b130fc9c987a 0.15 MB 268 31
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.38 GB sent, 92.72 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.