Memory Pool Memory Pool Refreshing

4,065 transactions
1.22 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,704 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,619 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,703 (614,241 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
293,462 293,462 0000000000000000571a7922b57d5229fee5aa46bc58c1cd71fdea8247966af0 0.25 MB 685 55
293,461 293,461 0000000000000000d236835abb853eb35ccb811cad6319fb0a575bcdca015f9d 0.08 MB 256 50
293,460 293,460 0000000000000000aa2e3d28646b1d4a69141007d0d9446d9b64f2b30382683a 0.32 MB 223 15
293,459 293,459 0000000000000000229164be4cae30edbdba1993b8cf71932ce8ade81321fff9 0.07 MB 128 31
293,458 293,458 00000000000000001a9031a4eb49cf533ef4c5724ad41571f325beed5f14a8b4 0.12 MB 256 34
293,457 293,457 0000000000000000c3c61ec774969048d50fe71e19a2e1737c6f0c7436959672 0.25 MB 207 15
293,456 293,456 0000000000000000690f92958cf0108fe3e61ba5180ea27100baabb75fa83c1b 0.35 MB 1,077 51
293,455 293,455 0000000000000000baf8d61cbb2fb4897bca4748083f46ad17e04fecadcc8b96 0.08 MB 66 5
293,454 293,454 000000000000000050a66678bd1a88dbd32dd60967638f3edcb0dd94fd85bc36 0.67 MB 667 23
293,453 293,453 0000000000000000b7c27e29821ed5131bf6e18cde4fcd9f99bd4949514047fb 0.25 MB 665 121
293,452 293,452 00000000000000001ece7cbd608c370fb36dff1c3bd5d29ef56c564fdf08f5ee 0.20 MB 325 30
293,451 293,451 00000000000000001d1d8f981f0467573796a517fdf839616025c3ff8fc5e17d 0.02 MB 42 38
293,450 293,450 000000000000000048fad3579e258abd1136e0c8b56bd216894908147f661a96 0.14 MB 236 28
293,449 293,449 0000000000000000db1b98330d9c62d3b6d016381b40747492aa478ea74ea335 0.01 MB 32 55
293,448 293,448 000000000000000054cab476780fd9fa9dd9db338cc7c4da1d385d668d9fd0ff 0.12 MB 192 28
293,447 293,447 000000000000000093214af57d2e498a0d49620dab0e1955a9d1bf1aff3b526a 0.10 MB 169 14
293,446 293,446 0000000000000000384253e1a358b5c3a28769b6531fd5772bceceda86d39949 0.05 MB 55 9
293,445 293,445 00000000000000004926eab9a046c75b234b271610ae41e718fa868fc1eb7541 0.45 MB 971 36
293,444 293,444 000000000000000060ddc157f6fc8b1e92daebd1e0c44f3b629c5baeecfe8f1a 0.05 MB 39 19
293,443 293,443 0000000000000000c6470807f8722aa017e5c39852f38ac2929bba650e2a7bd3 0.14 MB 260 44
293,442 293,442 00000000000000003ccf7dbd7356bf90faf86256efd0b0bca9b56bd9af48a549 0.31 MB 694 36
Previous 10 blocks ↓
Total Size: 768.99 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.57 GB sent, 92.76 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.