Memory Pool Memory Pool Refreshing

2,259 transactions
0.70 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,911 00000000000000000002349e0000000000000000000000000000000000000000 0.68 vMB 2,247 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,910 (5,770 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
902,140 902,140 0000000000000000000206d206084a6c5338e6c20105e09e230fdef160592a7f 0.20 MB 394 3
902,139 902,139 0000000000000000000114ff685fc3f1c44f4d424ddc4a43d4ea1f14fe317071 0.97 MB 1,547 2
902,138 902,138 000000000000000000000ec60138c852fe7dffba1328b6d2daa9a8856fac4f43 1.39 MB 2,224 1
902,137 902,137 000000000000000000017406303df8c5864d06a00af51417e5563472e04d6e33 1.42 MB 2,164 3
902,136 902,136 000000000000000000017d67e79f3602c1bbd24650f892f1625e1051592c47b6 1.44 MB 2,061 2
902,135 902,135 00000000000000000002236cfa80e630fe27f0fdf99f46a9693c9a31f63488fd 0.67 MB 1,087 1
902,134 902,134 00000000000000000000769be7a55dd4b4ccaa41dd136ee88f238e9df1490f50 1.70 MB 2,703 2
902,133 902,133 00000000000000000001fcf6267216727db3dbfd8cc50ff739de6263effb19d6 1.44 MB 2,629 1
902,132 902,132 0000000000000000000011a40b3cdcfb2db9c0655f6dca1a1b4e44ca500b3ce1 1.54 MB 1,728 2
902,131 902,131 00000000000000000001878c7d6a2bd1484591d4be9f24768353e9d09835ca04 1.37 MB 2,398 3
902,130 902,130 000000000000000000022b052e4cfeef90d4b31a8e6596e094cfd259eb824488 1.57 MB 1,600 1
902,129 902,129 00000000000000000001b4e63602ea9f701e9f973e7c66229ab0254adadb8736 1.22 MB 879 3
902,128 902,128 000000000000000000015406e004f71ec476158d2b7493ebe98bf1373cafb851 1.61 MB 3,435 4
902,127 902,127 000000000000000000002ee9fde3972d1c9b3ec0407796d4d49f616ceb7521bc 0.42 MB 572 3
902,126 902,126 00000000000000000000f8ced3746b4b2de0cca46d4de79fd773f4fc7b7f2a8f 0.53 MB 724 2
902,125 902,125 000000000000000000004ebbe637ab64763a2e864876da9ed8344b07e53c1199 0.43 MB 1,030 2
902,124 902,124 000000000000000000009d50f0356ef9d8a8fd8c86c042a54e921f184dd33771 1.36 MB 2,114 2
902,123 902,123 000000000000000000000344a74000b0a63e824cda304747218227851c946b57 2.70 MB 3,925 0
902,122 902,122 00000000000000000002165564043bef508ec2a8ddf81e15916114cbb5ce632b 1.47 MB 2,371 2
902,121 902,121 000000000000000000009537cfdb2267bdca99fd94e0ac171af1f8bffccf6fd7 0.69 MB 906 1
902,120 902,120 0000000000000000000122bf430a84722a4ec6f59e06eca8daec70d7837e7ba6 2.00 MB 965 1
Previous 10 blocks ↓
Total Size: 769.37 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,643.96 GB sent, 94.82 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.