Memory Pool Memory Pool Refreshing

3,214 transactions
1.69 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,737 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,859 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (683,320 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
224,416 224,416 00000000000001eb98bf003140955e96157ef29b8211833c2b8db166c746afd1 0.25 MB 237 122
224,415 224,415 00000000000003489a94a854de004b057787118218d46aefaa8af32338e12069 0.25 MB 749 259
224,414 224,414 000000000000027051a831251b5fd811d74fbda5ac1f77d2c856b792855506af 0.25 MB 645 260
224,413 224,413 0000000000000044ddc9bb0c5d4678bd4aef2629f1260b9335ef6edf254110e3 0.25 MB 423 171
224,412 224,412 000000000000028ad3845ef61910bd1648b14c6c243870ea99ca3568f541359e 0.25 MB 791 237
224,411 224,411 0000000000000228a957e53e787d2e55797729a10f8f3ae313adb233c49bf398 0.25 MB 252 108
224,410 224,410 000000000000007d19e7393b7243424fe37efe2ebfe5e136b3fcb5d491b6d033 0.25 MB 673 222
224,409 224,409 0000000000000212fea081fd383f7f3cc39e2a887ddb8b0d01fa17d5111c9b98 0.24 MB 258 98
224,408 224,408 0000000000000109f099217182b4cf252010935f2987f12ce3886c9a6dadf15b 0.25 MB 679 246
224,407 224,407 0000000000000358ef75d47f2a35a926a09df2f3fb918d85c2e5f7c71482e827 0.05 MB 131 204
224,406 224,406 000000000000002a14787499156bdb3227222a0e2f7e94266319c3fc4f2d9949 0.05 MB 64 54
224,405 224,405 0000000000000265a7d4838c41c3e51a65a404002c699708d10a7e3d028f3323 0.25 MB 354 117
224,404 224,404 00000000000000a13d7b67cd79b6e79f34544acb77cf91c2b7b2541dc8629481 0.25 MB 448 121
224,403 224,403 00000000000002816c691c6ba01e8fa3a6f6eecbd591e9d9276ab3f360954f70 0.25 MB 678 277
224,402 224,402 000000000000028ce1ea965e9de2877280664d230a0c97687808f6e66b436e83 0.25 MB 621 187
224,401 224,401 00000000000000da1ebe383e434c3ff367acfed390b14545c8110df065bde963 0.25 MB 734 308
224,400 224,400 00000000000002c22f17ff5177b5805888a239680507d3e4d395f0afb06e0838 0.25 MB 746 295
224,399 224,399 00000000000000cc5e1b9596cf4afbc0718f8eaf54f9887d53bb6b6097bb4f23 0.23 MB 287 153
224,398 224,398 000000000000020971669ee19f5f405af6e098d235fc97536e9770fedbefc9ab 0.06 MB 145 104
224,397 224,397 0000000000000183e0274da31c3325c799caec44e49cac6520d43bb038e1d56e 0.24 MB 397 126
224,396 224,396 000000000000030726ded5e10e0a3745b68bcfc5c86ce29c8b94e1ccf7f87589 0.17 MB 243 91
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.45 GB sent, 93.12 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.