Memory Pool Memory Pool Refreshing

4,331 transactions
1.94 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,870 (201,382 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
706,488 706,488 0000000000000000000c0ce1a4e5bfcce9e06de5284d9c18d4690550d9a2fee6 0.50 MB 1,315 11
706,487 706,487 00000000000000000007c7f19b8dc4800f0aa32a6c76d434620d8f782611a8ef 0.25 MB 355 10
706,486 706,486 0000000000000000000043a26b5a9156fd1199104d433384a343ec6f0bdee737 1.30 MB 2,297 10
706,485 706,485 0000000000000000000c214a9f3b0d22f01f5c2470de46eab43735eb05368c06 0.51 MB 997 11
706,484 706,484 0000000000000000000159bc7160fbd687bb33176412f663767d411d3cf44d26 0.43 MB 643 9
706,483 706,483 0000000000000000000a30deedfe4d36c3e23f3f1e05df4bbc1618d47842d1a9 1.25 MB 877 1
706,482 706,482 000000000000000000029d9f70aa2da5f652610094a8c2281cd380485b24065d 1.48 MB 3,036 4
706,481 706,481 000000000000000000020bad6512870cc079eaa05acd85d8c384efad445cce4c 1.39 MB 2,787 17
706,480 706,480 000000000000000000092c4e5afdc19441bf13d6da1d47c5d390314224dd377a 1.40 MB 2,198 11
706,479 706,479 00000000000000000009b082ffd77e86a4e3e6563d67b1e1257cd7396fe47e44 1.47 MB 2,680 7
706,478 706,478 000000000000000000094beaed673c82760c0c14182ad7a29858e44c55175ca2 1.33 MB 2,337 16
706,477 706,477 0000000000000000000a8e90aad78269198f2c71ba97187cc45311a5d2419c14 0.21 MB 251 8
706,476 706,476 00000000000000000005491247483ed2a6d91bbdf04637560071c36e62427d40 1.31 MB 1,445 6
706,475 706,475 0000000000000000000b4799fbd00dc94faf83a0f7b0c61a1a2a257e01c36e4e 1.53 MB 2,318 4
706,474 706,474 000000000000000000094c7dee0d64eda8e011526f3b4726271bec10b24730de 1.57 MB 2,946 12
706,473 706,473 0000000000000000000cf0ac97ade5c84a06ec4565bf61599021495c0048933f 1.43 MB 2,826 17
706,472 706,472 00000000000000000006cab875160bbea9f6ba415e86285d649d0495473c64b3 0.18 MB 323 8
706,471 706,471 00000000000000000005c7a8ff346e35fdfa604092e271d646c0a02bb0980500 0.08 MB 210 11
706,470 706,470 0000000000000000000c87987839a44e7dbbf51ec02d20f5dde79df3894d139d 0.45 MB 714 10
706,469 706,469 0000000000000000000a95b591ed9a8452ced888e2030d346d25ebfe2c8043d2 1.05 MB 1,047 5
706,468 706,468 0000000000000000000753df0ce49b5c929d194921416cee696cbd1c98298941 1.05 MB 1,127 7
Previous 10 blocks ↓
Total Size: 769.30 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,642.67 GB sent, 94.43 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.