Memory Pool Memory Pool Refreshing

3,716 transactions
1.66 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,736 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,545 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,735 (679,500 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
228,235 228,235 000000000000022e863a25ed040cdbb4438a93a3b31342af4f24040c6b6b4aa3 0.29 MB 718 210
228,234 228,234 00000000000001f99d6ed8658d5bd2923518d36c7b6a2f104e36e2de72a04f1e 0.16 MB 417 178
228,233 228,233 000000000000009989b1c85e5fce85a2147e01de1c2c5795054175e9b53ea60f 0.11 MB 155 63
228,232 228,232 000000000000012de05118f73057a45483689e2420936c94cd5ad9aab2e54e40 0.47 MB 1,038 157
228,231 228,231 000000000000004f165a0d22534aa858cc89f86b129e2b70a92b8b96c7449bdf 0.08 MB 235 54
228,230 228,230 00000000000001df847227f5a76b7714f98e780e0cc27ced1e86e609558a7a8c 0.25 MB 762 217
228,229 228,229 00000000000002799863d5be5f83131dc3c428b7db72107c93e831cd646c8805 0.05 MB 101 72
228,228 228,228 00000000000000e2a2de8772046b7d6745947f1ca180500df0dc35c9ae376d83 0.15 MB 139 47
228,227 228,227 00000000000001df622228ada550006c0aa4c79feae3208a8eb8e8fb0966f889 0.38 MB 777 161
228,226 228,226 00000000000001f1b18cf207c5070e30478b8d493d7896a8d9206a56f2c0742f 0.09 MB 256 239
228,225 228,225 00000000000002360e474c38409ffdc26760c7850e4ab077b73c13006e793479 0.14 MB 352 204
228,224 228,224 000000000000000762f081c86100d55b07e7ef08d6ba633d7b7fbd5f864cd337 0.15 MB 281 140
228,223 228,223 000000000000008194c05ab97da1a494e7f392dd93ce25b9e36212d88ef06cd3 0.25 MB 588 210
228,222 228,222 00000000000001ef1107e7ec717de5bb0b07c3b33f51498a8bf4cd97b74374aa 0.03 MB 44 28
228,221 228,221 0000000000000030dbc7e79d5a79cfdd450ccd931c34e8631155e088dfe7859f 0.19 MB 210 79
228,220 228,220 000000000000016fb848dd918950fdbacbf9b14f0ee088b48751204ab68f9530 0.25 MB 783 260
228,219 228,219 00000000000001f16426a92ea393d01b5397b4b1ef48c01b8885e7d11c423954 0.12 MB 279 182
228,218 228,218 000000000000013888b221b2746a4d26099fe3a6746472393d82ebb2c5acc830 0.07 MB 247 54
228,217 228,217 00000000000002344eaddf8079c3576e8ed3d07d1a743dbf936f229bdef2ac12 0.19 MB 384 155
228,216 228,216 0000000000000129829a3acb9fb17ef5c4f8f4106611f4e9beba26fef5bcd481 0.20 MB 338 149
228,215 228,215 00000000000000b082d6d13bc49738f483931d351a463133c6593693acdf32f6 0.12 MB 108 94
Previous 10 blocks ↓
Total Size: 769.05 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,627.27 GB sent, 93.11 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.