Memory Pool Memory Pool Refreshing

1,880 transactions
0.71 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,008 00000000000000000002349e0000000000000000000000000000000000000000 0.70 vMB 1,857 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,007 (18,328 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
889,679 889,679 00000000000000000001a8f2d918d47d080cdf3979d05227171133fda49948c9 1.86 MB 3,107 2
889,678 889,678 00000000000000000001dd7f288d436716bb07f55b6b5f7cb7543013a6bda4b8 1.61 MB 4,049 4
889,677 889,677 000000000000000000024fec8fa09299a404808b23752641b82b27ecba784158 1.50 MB 3,129 6
889,676 889,676 0000000000000000000169f7ded7f4e6f9b723790c06fef57afaee45eec6f697 1.77 MB 4,279 1
889,675 889,675 0000000000000000000156d0b84ed022febfce25abce608046071f82d480028e 1.86 MB 4,787 1
889,674 889,674 0000000000000000000034313c196006466a181ff289cd40d496d660c4dac589 1.28 MB 1,242 1
889,673 889,673 00000000000000000000bd9d9090e416e43fa918ef2dec94e7e39d24d3446647 1.93 MB 3,016 4
889,672 889,672 0000000000000000000240cac4662eecc115d119b21376d8d435b1cbfb52dd56 1.28 MB 1,301 2
889,671 889,671 0000000000000000000170d1de0ed966045b8848a97a8fdf6b049e64a75882d9 1.67 MB 3,664 2
889,670 889,670 00000000000000000001e4f59822fcb8b723934accfd26777dde0feb1b7a5b55 1.61 MB 3,519 6
889,669 889,669 00000000000000000000d61f34426e2a1a2404b543d7df13841d5cbff4da32c5 1.40 MB 2,388 3
889,668 889,668 000000000000000000026ceed46db30d26d9d427c70b90af92f5001e8ec347bd 1.52 MB 3,987 6
889,667 889,667 000000000000000000018f217a244f93ff294cf6b4cec1182d86b9b963ea30c8 1.95 MB 3,310 1
889,666 889,666 000000000000000000005bfe4954dd2e22d44589dc1d2a55fc92e684a1c96fde 1.77 MB 4,281 2
889,665 889,665 00000000000000000002049bea75342b50df83df0c9c10a4adea4b2bdadfefb8 1.78 MB 3,820 1
889,664 889,664 00000000000000000000cd4d7be358877864a24fa9d4b48a5ea6ddc4dcd439a5 1.80 MB 4,657 2
889,663 889,663 0000000000000000000095fbfc595c1dc828b71d0a3c341e18c5dd8cf08ada2e 1.69 MB 3,681 1
889,662 889,662 000000000000000000002d224053ebd849757a205c458c6c4478d9b253d383a3 1.30 MB 1,515 2
889,661 889,661 00000000000000000001868fc62ddb9d9780293d1a7996ff2599895551620786 1.59 MB 4,449 5
889,660 889,660 00000000000000000001493c3748aed52259a5f33f8d585809b18eab44b87f76 1.12 MB 831 1
889,659 889,659 000000000000000000019ae2831d61921c1a1e506714b55a1958f791813e72d3 1.47 MB 2,124 2
Previous 10 blocks ↓
Total Size: 769.56 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,649.19 GB sent, 95.73 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.