Memory Pool Memory Pool Refreshing

13,354 transactions
4.74 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,721 (697,646 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
210,075 210,075 000000000000043ded0d87f6c35545d615ebf7f89ae28f0263671cc1bd79ef1d 0.04 MB 65 125
210,074 210,074 00000000000004a2ed90b32036c323ec4b7f5ccafd41df455ead0e0907596afd 0.04 MB 58 104
210,073 210,073 000000000000045a93f29695c5b15f14fd8c8ec4d0d8e858241b567f73e271d5 0.06 MB 124 91
210,072 210,072 000000000000043a3956d6c17fe76063f79aac10f3d60961ba3301301801e01d 0.11 MB 204 136
210,071 210,071 000000000000012cc324016b3041e95a3c98abc734970591a78e59b438ce7e89 0.25 MB 685 210
210,070 210,070 00000000000002275a28f687a3b4cd319c1962fffcc2740d5b2a1d70182a129c 0.09 MB 185 254
210,069 210,069 0000000000000484ae58b4081c9e8537f219366a3a7ef7e9061a4e66eb7dc327 0.21 MB 389 146
210,068 210,068 00000000000001367489889620e4b456d0ba248b08e67d4377ce31de070cde86 0.08 MB 138 141
210,067 210,067 00000000000001234c8aac7b62707651bff9fca6d335315e720bd7d67abbea1c 0.13 MB 371 176
210,066 210,066 00000000000003b5e18b01b8659b7d1f69b30ad19fe116b001e33c4bf424bae8 0.25 MB 676 211
210,065 210,065 00000000000002d219d8fe48fce32c91d3c3102b9ab9390c57df336c77de10cb 0.05 MB 143 84
210,064 210,064 00000000000004142879bf0816bbcd9d9d210e9e15c4fd0c3f020e4622ffa9ed 0.00 MB 11 187
210,063 210,063 00000000000000143a886eb4ca525a8defaf7356814111c4e2bc380d0d7a9a81 0.06 MB 121 150
210,062 210,062 00000000000004afc04628267202702aa70b5c062763e3ef9d47430fed41a988 0.16 MB 546 174
210,061 210,061 00000000000003222c069c382aa1c40b5833203e27e69957e2d724c40bbecf5b 0.25 MB 621 189
210,060 210,060 00000000000000bf655c28313addae27e624e2188e1c59dd39e8aaa92705950b 0.15 MB 379 167
210,059 210,059 00000000000000c1e9abddbe2890c9e86ae31a055c3ffe6a242ea5ea0794bd23 0.32 MB 870 193
210,058 210,058 00000000000002bddab5aaf776b0ff0309044c37b800146b2d82638c85f29dc6 0.26 MB 537 180
210,057 210,057 00000000000001e989cd06481d25d8bd32689c736590e1867eab85fd5ecef610 0.02 MB 81 86
210,056 210,056 000000000000024beab6b941412df947f739f62872cf2c315bd93fb23bbca9b3 0.10 MB 265 128
210,055 210,055 0000000000000121000ef11fc6416a725bd44846ec7e29dc22116836a3bca137 0.06 MB 114 131
Previous 10 blocks ↓
Total Size: 769.02 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,624.70 GB sent, 93.00 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.