Memory Pool Memory Pool Refreshing

7,096 transactions
2.67 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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
907,700 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,876 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,699 (702,106 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
205,593 205,593 000000000000025297de6504474b552771c841924bfe7a343fd1a5ab7303ac82 0.18 MB 434 227
205,592 205,592 000000000000001c1611c5e5fc3d8458b4aae44bc5c86b71fb8998172f191810 0.10 MB 219 182
205,591 205,591 00000000000002581e5a80ce46824403872d49c7245871474880018a0d98810f 0.00 MB 6 31
205,590 205,590 00000000000000d1aec25c7d6274700e8ead24980fbcea8b3bc4f21720011bc7 0.22 MB 400 178
205,589 205,589 000000000000009264cb124ee283f8650d8ef34c40162b212fc01771d7e332bc 0.03 MB 44 45
205,588 205,588 00000000000004c6bae4538a7c796d53dcc327ef75e2d7394fa34b0f67c88840 0.14 MB 315 184
205,587 205,587 000000000000045fee68146f6ff95365c9bfc0adf4977b8eba91ad4203e2790e 0.00 MB 13 46
205,586 205,586 000000000000057114b3b45b912b6fca423f09038a680aad6c54dce570e3f09c 0.03 MB 79 61
205,585 205,585 000000000000040a042052ad68d55193c779e8a9a02ec0867681ce8112ba6dce 0.05 MB 131 150
205,584 205,584 00000000000002f569e91db8821c6476d614838d06ae481fd182a59076930331 0.02 MB 60 80
205,583 205,583 0000000000000494260cf432db698d6ee6452a756b9c93191f8b69f4cc67a81e 0.11 MB 265 154
205,582 205,582 00000000000001c5b094a62c17735570c949e7d40cb82248fe1d7c1f769c3dc5 0.11 MB 217 166
205,581 205,581 00000000000003a02bd88c1445883f0fc5a87afeab7876b9407accc6242fae7f 0.04 MB 128 96
205,580 205,580 000000000000031e7d55228afa03f0ed8f0876009bcf5ad9bfbcf5533d8a3d19 0.07 MB 192 255
205,579 205,579 00000000000004a0560d85662818474d685037210a5b217cf251e053eb3d8028 0.05 MB 117 91
205,578 205,578 000000000000054b44240a1b591427d4b753c4cdddd0b92d71333294bc392fda 0.00 MB 1 0
205,577 205,577 000000000000008bc29b743ae36a0d0d9d6f7120759107b84184e4a0ba441667 0.12 MB 308 230
205,576 205,576 000000000000001e9dd38fed8ca7dff2965c3bfb5532ce61f41a5649cda3ed79 0.05 MB 147 81
205,575 205,575 00000000000004b6ad7a42103abe03e68b871c39912691f959c7649ad1901cec 0.10 MB 174 124
205,574 205,574 00000000000001cc94cda7217ada5ddbd4a054b7e656803ad9cbd3a0f826f3a5 0.14 MB 337 195
205,573 205,573 0000000000000422745f4e68e5417f28eb4e9298f630f1ecd5e481d1f17e0bc2 0.10 MB 231 220
Previous 10 blocks ↓
Total Size: 768.98 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,616.52 GB sent, 92.74 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.