Memory Pool Memory Pool Refreshing

11,391 transactions
3.48 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,865 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,215 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (185,514 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
722,350 722,350 0000000000000000000a34743c9eed34f21e2669586bf593a971f02ab8d2e399 1.51 MB 2,878 14
722,349 722,349 00000000000000000001892f2dfb6c0f46c09941182b02fc8243aa3b37ee7f56 1.53 MB 2,173 19
722,348 722,348 00000000000000000008fd55dac0e923895a95ea2bff4987acd506e7222e493f 1.24 MB 1,165 6
722,347 722,347 00000000000000000007cc2a84f2898180c4d80ceb9b4592e64ce8ad86e13b05 1.43 MB 2,240 11
722,346 722,346 0000000000000000000a2373d5611c1f95ff3c8095298c98f095db54560bca21 1.47 MB 3,181 20
722,345 722,345 00000000000000000003cac4b3c4c924735626e02647234ff05e90e126821d75 1.56 MB 2,828 11
722,344 722,344 00000000000000000007bb01655f0a6e82ceab89eda963653ff1590466bfcdf4 1.68 MB 1,881 7
722,343 722,343 000000000000000000034561799aa5674b3a60cf43d9d0e2ea4b6bfdf762cefd 1.50 MB 3,128 5
722,342 722,342 000000000000000000054c909235366bdfe9123d6527272409c2da6c43ceee78 1.54 MB 2,304 10
722,341 722,341 0000000000000000000266eeb84cba6437da25b312026bfe6b0716b8551d98d5 1.42 MB 1,235 10
722,340 722,340 00000000000000000006fbaaa3a0c9d5c93998fe24194dc80fb4a40c540046c0 1.74 MB 507 11
722,339 722,339 00000000000000000008b31dd9f22a3da33b23c15e7db8ff5b56313483936e07 1.52 MB 2,035 17
722,338 722,338 00000000000000000006f1db2947c48b05a3689bc831aaebebdbddd5ef8a6e91 1.77 MB 690 14
722,337 722,337 000000000000000000059ea16320ec8cdd6ee1cd2bd46a1cc0de05c5e1c6c491 1.42 MB 2,764 15
722,336 722,336 0000000000000000000a7a11648d820fee6dbf88e4fec32ccaf2685fad680603 0.35 MB 686 10
722,335 722,335 0000000000000000000008118e75ef408da4cdccf124847385156b114e9a1698 0.59 MB 1,041 3
722,334 722,334 00000000000000000002655035e8db5fc823a00c3cf2760fcee7d572e2dd2302 1.43 MB 2,352 12
722,333 722,333 000000000000000000082995a2b2be080366e266bda4c3d595c0197d94ffd747 0.30 MB 536 10
722,332 722,332 0000000000000000000a554d11fc0785be4c272aecde7f47f6b59023630f574c 0.30 MB 378 8
722,331 722,331 000000000000000000049666f4f27f752f1f690de1ac07d2eeea932a852b7f3e 1.38 MB 813 4
722,330 722,330 000000000000000000054888771087627eb90259b330eeab46f1d15d6b5f1c0d 1.19 MB 1,361 11
Previous 10 blocks ↓
Total Size: 769.29 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.50 GB sent, 94.38 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.