Memory Pool Memory Pool Refreshing

8,490 transactions
3.85 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,723 (601,359 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
306,364 306,364 00000000000000000e2139954c90a3cf9e416d1d55147e01970fa04d8d613a16 0.35 MB 1,128 54
306,363 306,363 00000000000000002e566d4b92ccb5b65baa26644358ab580f8c22bb4b2dd226 0.29 MB 264 19
306,362 306,362 00000000000000003c1f22b502a42f5a2acbe51074c08af7cbe4b92dd7bcb2a7 0.21 MB 310 34
306,361 306,361 000000000000000026b3505e215f995dd466eb47a21e221958b499e2d7d08ca2 0.35 MB 875 39
306,360 306,360 00000000000000003397ef2bc30b35d7ee57384ac00594a2508a1cf2c4698018 0.28 MB 447 26
306,359 306,359 00000000000000002352cdda88869227f80756565cd00068261d9bd36bbb0c9d 0.09 MB 256 49
306,358 306,358 000000000000000005af7340be7b55731937179dc24212d6d53f85ba1f72afff 0.23 MB 317 29
306,357 306,357 0000000000000000493a9e056c3bf65e2ca8b46d2db725885aa7defa31698f69 0.21 MB 369 31
306,356 306,356 00000000000000002660a624989bb36cc0e0664db1e7ddc0ff1d7cd8f0385481 0.16 MB 223 24
306,355 306,355 00000000000000001aa0042e36d099da36f37e85824effcec4377c5db7b24093 0.24 MB 498 30
306,354 306,354 000000000000000002657201552f8ef796326bc0c59486237969c8a632efd4d2 0.16 MB 304 28
306,353 306,353 00000000000000002bf557896f105a1d9c9ca241840ed1c783c38cb5da5e9c20 0.56 MB 1,169 31
306,352 306,352 00000000000000004d3eb42d684ba7126f2a06199e8752346cc1a375632b02d5 0.19 MB 285 27
306,351 306,351 00000000000000005866ca5bb2a35f71f35bdad8a519c7fd6be9f4b40e5db5ba 0.59 MB 1,121 30
306,350 306,350 0000000000000000194079dc544526866aac9f926b638abc3fbe9291315567d4 0.19 MB 512 34
306,349 306,349 00000000000000004f5842cd27ebaaf3f88ca1133e176394fa31fb9b838b14af 0.24 MB 496 30
306,348 306,348 00000000000000001b8e76e643bc2a4827c99e17fb79817486803dd68dee0cff 0.27 MB 398 25
306,347 306,347 00000000000000003a3f670fc85052446d2b8a08ee3659ecb285b2759298804b 0.25 MB 505 35
306,346 306,346 0000000000000000416e77cba50a9881bb4acc04f043690ed002e62aa2447ba3 0.26 MB 217 16
306,345 306,345 00000000000000000c43856210780c355994de25651c223cd6a138f17b4065ec 0.35 MB 965 40
306,344 306,344 00000000000000005becbe61fd9a914a8812d58d7f705c916310063e772999e1 0.26 MB 525 33
Previous 10 blocks ↓
Total Size: 769.03 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,624.95 GB sent, 93.01 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.