Memory Pool Memory Pool Refreshing

7,846 transactions
3.74 vMB
Show Random Selection Loading Transactions
Max Size: 17/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
907,803 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,864 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,802 (609,986 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
297,816 297,816 000000000000000087af5df9f68a649684571404e99a5c1794546ac62dedc2ec 0.15 MB 295 32
297,815 297,815 0000000000000000228a5973110b1c9f1d85625329577b5629b0b4df2ce25a08 0.18 MB 296 24
297,814 297,814 0000000000000000744ded361dac560d649b32d0b5740ab4e9ba2dd22cde0ce1 0.12 MB 265 38
297,813 297,813 000000000000000051071430ba1e5cfef421dbeee6a7f96464a546594cfda499 0.04 MB 102 31
297,812 297,812 00000000000000008775819615dbea8fef39a70de50969682f62807e56859cc8 0.15 MB 302 31
297,811 297,811 00000000000000009bb5842e371e01153bc60167399c13d1a546a352b69fef69 0.35 MB 808 39
297,810 297,810 00000000000000006f490ed47355f8c3c7b2f6052970c567c7ea7baafb8aa9db 0.05 MB 132 41
297,809 297,809 0000000000000000455771b23d09d2466926351e0087aeba6e3b11bb9c2db035 0.26 MB 482 27
297,808 297,808 00000000000000006bf06bd26588c2548f90ad08adb987b6dba36256b6297377 0.17 MB 512 51
297,807 297,807 00000000000000002b6f85b4b108baf598e5775bcbd36e3e8b3b5eb3994f6095 0.02 MB 47 44
297,806 297,806 000000000000000025b64306a414646e02f5e49da59c8b15cdab75459b5bce5f 0.28 MB 547 31
297,805 297,805 000000000000000021a141d0e551c2b5c1d8dd9976eb86217b5bc56d7b63ea33 0.02 MB 33 9
297,804 297,804 0000000000000000997092ad9727f538829c23fadcc44ae345a5fb061cb5378f 0.03 MB 47 34
297,803 297,803 000000000000000003b656d3d2c18c64c8332c0196a8780385d48ac15d4641ab 0.08 MB 73 21
297,802 297,802 00000000000000004a1513ab5a1c9bc9d56ce9ba59b74dcd468fc0af96f190ab 0.08 MB 103 16
297,801 297,801 00000000000000000356d7ed6a99213fbb1bd93048874b418fc6d03b2ce44ec1 0.17 MB 316 32
297,800 297,800 00000000000000006a7479b39df015ea415a36f9dc6300626712375eac9ac499 0.15 MB 303 39
297,799 297,799 00000000000000003a56576d14edf060da8bfa534ef43b357cec6ee9dd3823c5 0.06 MB 151 53
297,798 297,798 000000000000000072c99defdc5f294cdb523293078466b6214982d92b2d6891 0.08 MB 129 21
297,797 297,797 00000000000000000e8539c887fb31a98a54685482d0480356e25cef4d190d67 0.50 MB 580 22
297,796 297,796 00000000000000008289d918b178ffd8b440d7f0424e189b7717b0b4d61aa4c5 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.17 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,633.25 GB sent, 93.77 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.