Memory Pool Memory Pool Refreshing

5,024 transactions
2.06 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,869 (689,800 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
218,069 218,069 0000000000000002af02945e7ed8e6ed347161aab8473732e32be0ec5fbb279c 0.06 MB 138 41
218,068 218,068 0000000000000296f029c92d462c30b1936e4c7becdf1b58428526c4b4ba14e7 0.12 MB 306 205
218,067 218,067 000000000000010ded7a1219d4825e455aecd5637f0a38c79f865bf0ae586c0a 0.00 MB 12 0
218,066 218,066 000000000000053d2a4bed775e0e33fd7e6c1615dbfd89b419a5c94e9dba6c33 0.22 MB 449 165
218,065 218,065 00000000000003572cf23eb64d429a26232825e6ec69f10e2f9be5c1953420b6 0.11 MB 143 100
218,064 218,064 0000000000000575b4ad52b8846df75ea3fa6f9cead22cc7d2dc17061a244fc4 0.20 MB 588 305
218,063 218,063 00000000000003d748a61f69f3cc656a1ca9c902b960d2c8e3b271ee8dd28aec 0.24 MB 533 200
218,062 218,062 00000000000000ca1a629d8391313cd240840d06fc2ac6a26b9852b5c5f70bfe 0.24 MB 309 146
218,061 218,061 000000000000048aa085b0b184447cda30ef327235a43493da00eaf080804cb1 0.23 MB 318 118
218,060 218,060 00000000000000e8bc3daff09234def0a0af7d4533fc1bf9ee901b7d5f709654 0.05 MB 123 154
218,059 218,059 0000000000000018ef4d781982a3dfda29d129d80ffbbece89666ae66f5e4f53 0.03 MB 44 187
218,058 218,058 0000000000000321e58d25d649340d6f30c669d0ab9d17c9a5d302641c2be9b5 0.08 MB 179 176
218,057 218,057 00000000000002a4f19e81070c0e0a7c96bb7bb5f5ea5f2ee7b8ac9c3821a7fe 0.08 MB 173 216
218,056 218,056 00000000000000bf779db6de46715d3960fe02af9c4ebd160a398387c7c86142 0.18 MB 227 116
218,055 218,055 0000000000000531c7afe5a9dac57c54733991ee8df4b845d7e67a09cfa54a11 0.25 MB 297 576
218,054 218,054 00000000000004752b1414b38f9cc65d83f358e1791784e265c192b03cc7e14d 0.25 MB 519 164
218,053 218,053 00000000000002ea9e09a055ed34881f39e93e0c202f9211420eee7d6f9816e5 0.25 MB 734 202
218,052 218,052 000000000000002026f524529ff19f98c013739dad661efeda25ff2fd95dd0ae 0.20 MB 625 246
218,051 218,051 000000000000038cacf6994317d1dae17e397f60220053f3820572187d41178a 0.27 MB 427 132
218,050 218,050 00000000000005374deccee8229a55d8a96c508308e42ae7dc363b64d9900cb9 0.25 MB 848 223
218,049 218,049 00000000000001453e132a4c7d0a1dd02f1e20d837976d6198af741b326325c1 0.25 MB 775 207
Previous 10 blocks ↓
Total Size: 769.30 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,642.60 GB sent, 94.42 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.