Memory Pool Memory Pool Refreshing

786 transactions
0.30 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,990 00000000000000000002349e0000000000000000000000000000000000000000 0.30 vMB 786 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,989 (782,648 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
125,341 125,341 0000000000000baf491841b1eb262812390ec2145ebdb98e4e637a2baecbf842 0.00 MB 13 1,423
125,340 125,340 0000000000002f02d01d257d36d4688977f4cf0571d4db30c1eaea3c8a4f5cf0 0.00 MB 3 0
125,339 125,339 0000000000002ba2294d476e13657abb3717fd05b0c91ed04a7e7eb159a97f39 0.01 MB 21 704
125,338 125,338 0000000000003518e9c67322b3e087a47f4e6c2d97ee68f5b06cb47f8bacac1a 0.01 MB 24 145
125,337 125,337 0000000000003998c6995f7b735944b66ee2faeadb5d02e049b57332fdba7c46 0.00 MB 8 600
125,336 125,336 0000000000004099067ebc06b3cfb4ea33c061a8917ef0601d0c4d5e30853758 0.02 MB 15 1,124
125,335 125,335 000000000000178925553b5fb458510e44b6d15e7af06daafa3bd9d9a03dd079 0.00 MB 2 2,040
125,334 125,334 0000000000004056433ac12f03d052e141aec1b7e0c2109ffa148ffeaf0ca724 0.01 MB 47 0
125,333 125,333 0000000000001f3b293322843516c28abf2b8f38b60792ea7f91d311a7a8f192 0.01 MB 22 211
125,332 125,332 0000000000002a6f9b016ff07406da69d2eebb58204d5140bc37cab09c34ec1f 0.00 MB 8 2,064
125,331 125,331 00000000000027cb162511a3811d3455e26298900d2ea1ae96164d56fdad2ecd 0.01 MB 36 79
125,330 125,330 000000000000164bd1eeaa7175109f89b6506db7bbd12bae51a2df512fa6d9d2 0.01 MB 19 0
125,329 125,329 0000000000002fefb8d227f7d44cf196316bfd9d893e48c0b0556407a2dc433c 0.04 MB 73 504
125,328 125,328 0000000000001512455b307527e4e57092d25aac4dec8eaaec34d597c9d1e614 0.03 MB 112 358
125,327 125,327 0000000000002b33d20837d16484b821004f68e5deac06cace8a4d29b6fe4df7 0.01 MB 10 1,823
125,326 125,326 00000000000042b83207acea42efe1fb94f3da6818e9b53304ca181dd3161721 0.02 MB 34 813
125,325 125,325 00000000000020fe0f569d9d51e939604c6b12d98ed7eb451f2e28272df1354c 0.01 MB 26 621
125,324 125,324 0000000000003832bbbca7f2ea10d53b37a0ed41bdf6b80cb56946ef7ff3c7b5 0.00 MB 8 407
125,323 125,323 00000000000013a4c1749c0172af60e8b83e64f6e2fe1e414c8192923a1c48d2 0.01 MB 17 170
125,322 125,322 000000000000179234314b0861e3e53a190eb30a32dc7e20a1e18380bb7085af 0.01 MB 47 288
125,321 125,321 00000000000018a0012a4992ee8492fdc3c56ea6f525a27f104d5b9fc800be3c 0.01 MB 16 699
Previous 10 blocks ↓
Total Size: 769.53 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,647.95 GB sent, 95.57 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.