Memory Pool Memory Pool Refreshing

8,852 transactions
2.43 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,396 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,987 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,395 (901,736 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
6,659 6,659 000000003c1610cbaf4f38b6b4eccf9aed9ff2ec252eb29fe7f44506dfdaab5d 0.00 MB 1 0
6,658 6,658 00000000091b6da7043bd1c9f2f468cf49ba510eef40e4f490f3efb667890f7e 0.00 MB 1 0
6,657 6,657 00000000b60450f1bd7d033f185ec885eeb2c49624a09f2142567f3e3a18262e 0.00 MB 1 0
6,656 6,656 000000004cd188af6ab641ec5260c83ff2007de7d512d3194ad97fb4f1fa7e40 0.00 MB 1 0
6,655 6,655 0000000079789b316275f77063322d08b49a123eb48df39e3c2c9b56eff7e942 0.00 MB 1 0
6,654 6,654 0000000059e7320a82d07619edbb80111446a14afe835c62674875d9442dbbbc 0.00 MB 1 0
6,653 6,653 000000003367ecf7ced02b79a4195b68d1c5ba932bb2d820bb205660c617baef 0.00 MB 1 0
6,652 6,652 0000000019972a58c03ff1b4022a79abed8b0425bb9851ece3785044845dd752 0.00 MB 1 0
6,651 6,651 0000000002d1a07095a9166b65acc8558b47aeaea0e910fdba81189cbdca5fda 0.00 MB 1 0
6,650 6,650 000000000e3229b63edd78096bc263bc40cd9a4e184befb475e878c226be7319 0.00 MB 1 0
6,649 6,649 000000007fe9e0f146cca63016a5681c18ddf026184cb05eedab3e7593fe484c 0.00 MB 1 0
6,648 6,648 000000002792abad08ff528fd71821b23c2c87b2ebb49034e36a4aa8e78f66fb 0.00 MB 1 0
6,647 6,647 00000000fa54966eeddec2ee763473e6ea3d7c1de237a301bca3c17ae8084542 0.00 MB 1 0
6,646 6,646 00000000767f0254e57279f9029ef950cc3b3ca424ff765194de98674fcec901 0.00 MB 1 0
6,645 6,645 0000000072a3b94d3331263a2a871c56a9f16ca33b7e90f5b1ac58e584e99bef 0.00 MB 1 0
6,644 6,644 000000005aa111ef0160c43e32ec63993adc8d550af23c11d754e83ba1619482 0.00 MB 1 0
6,643 6,643 00000000a63dbd1af1c10c89a744f7412bb74d4d4166b3f19e97708d13944b5d 0.00 MB 1 0
6,642 6,642 000000002287cb732959159d6c02b959040d96f9947c7a08a02f1e2774cd2151 0.00 MB 1 0
6,641 6,641 000000006a76a78e12fc1c91d67c7712a25a74d3bb93f2baa4694f414a7d46c6 0.00 MB 1 0
6,640 6,640 000000009da10f71d6baa3c6e3494b7fdadf5ffaf5ac49bd95b5398816c45c11 0.00 MB 1 0
6,639 6,639 00000000df2d3bba4f1531073725ce32de73945c1838c7f4d6483e6488ef6062 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.43 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,707.41 GB sent, 99.25 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.