Memory Pool Memory Pool Refreshing

8,638 transactions
3.81 vMB
Show Random Selection Loading Transactions
Max Size: 23/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 908,578 (810,162 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
98,416 98,416 0000000000046253efa800e9466e368fb18d7cfeb6ad4a6881872cb9b833885f 0.00 MB 2 0
98,415 98,415 0000000000033c56ce4304967956f8a5c9d20e9dc922972c4f1ca87869bdf430 0.00 MB 3 0
98,414 98,414 000000000003641cca6196c6969c829c75305905a1fd40f995de36445ce56e91 0.00 MB 3 0
98,413 98,413 000000000000aa8fbd87587f6947711ef3e48b7ea4bfac9661be1af90ee4fc39 0.00 MB 2 0
98,412 98,412 00000000000290e550f0d1e4b718678bdf748e8d273a60b4e493b561209d5342 0.00 MB 5 0
98,411 98,411 00000000000072f0c3709d3c4cb6bcfcacf31cc6d8f2f202331c874330b3f358 0.00 MB 1 0
98,410 98,410 00000000000521e425b0705305643a1452703956bbcfb22ce986134916f38e4f 0.00 MB 4 0
98,409 98,409 000000000004ff263073404c346dc83f05b9969d1b015171bf73542d8c54fdfa 0.00 MB 1 0
98,408 98,408 000000000002989ccd29fb3acda97eb4a40536a82b2377051603e24a154060c4 0.00 MB 2 0
98,407 98,407 0000000000031d6dc4dfba7e1c272f0b6ecc3e243d40614b9ba2b4da19738ed8 0.00 MB 1 0
98,406 98,406 0000000000027fd0d9840a34a510e4aec2acfc3f3b6278dfecae34e8e1ef95ba 0.00 MB 4 0
98,405 98,405 000000000003fe279c9e031bf0d85160af1e4ca68117de0909abfe7f56485571 0.00 MB 1 0
98,404 98,404 000000000003d8e7b36a83e71f2162cc5ba6b62faae03639b84928ab3f1d0b72 0.01 MB 2 0
98,403 98,403 000000000004b8113873cfd63554e0972158a6ad289c93f56b97d3753e8a582a 0.00 MB 3 0
98,402 98,402 000000000002dd73881b732706dbbcc442aacf0eaf22150283c27dcf36e06542 0.00 MB 3 0
98,401 98,401 0000000000035762f5d85a4fff0fe6d60784f6b78d7c6084e671b0ec78dbba47 0.00 MB 3 0
98,400 98,400 000000000000a73978223424a7a5af563ca60c5e2ef630055842b223e649aa60 0.00 MB 4 940
98,399 98,399 00000000000340ed210e44aaf8cd5664c5bcfea071ec5197156983b763d35fb5 0.00 MB 1 0
98,398 98,398 00000000000486f5e1027c828e54bcf5d8190d12d13a4b5beb93363734882cd6 0.00 MB 5 0
98,397 98,397 000000000001745b00a8b393bea2e23c09228053c1ba3c0c5d284b76804c5413 0.00 MB 4 1,353
98,396 98,396 000000000002a7d9cf3300c6d22ca32004ef3e8fdee1e57ded201fa174a9ce48 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.77 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,848.52 GB sent, 100.86 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.