Memory Pool Memory Pool Refreshing

2,810 transactions
0.87 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,795 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.85 vMB 2,803 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,794 (703,406 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
204,388 204,388 0000000000000196ad372034c17df8ae190a16100e22f6dd80a9e41f709270b4 0.06 MB 135 120
204,387 204,387 0000000000000380c1c5e4dd0fc1152e6fb1e5c2b2cfab895428d3faf9fc0a10 0.05 MB 126 73
204,386 204,386 000000000000040aaff17c9266ff6ffd90f66cbc52c15fdcaa822c7890889f7a 0.34 MB 787 128
204,385 204,385 000000000000036c4b02e676bd4f8c1a8ea060e726e84847dd4ec47eee1f924e 0.02 MB 36 100
204,384 204,384 0000000000000008e49a27c2f9a61f152d54a1697b9fe239520f20d47c6af462 0.06 MB 76 87
204,383 204,383 000000000000029b97867b4e95e9a7caa7812cefa2a533ddc219099cfb2d6a20 0.18 MB 389 198
204,382 204,382 0000000000000418887f488e0c5b3382eb355ae734248843af9d17e9ec5519f4 0.19 MB 400 124
204,381 204,381 000000000000038b9a92f8657192a3fc5f0bd4d5f2a7251c96a0d36d2f31c977 0.05 MB 140 179
204,380 204,380 00000000000002511e740ee035a224250654204fe13e107695f662067b7ed239 0.10 MB 259 128
204,379 204,379 0000000000000341f996ca6778593dbcbd2801c7aee2e3c28d2bedeff7a2aa65 0.01 MB 16 216
204,378 204,378 00000000000002ad7b2308a6af3d8a9d3879b21f4aa2fb734dbd59fedf68442e 0.35 MB 702 80
204,377 204,377 00000000000000c5a05544127fad35ffcdc5dfa57e235158e271679f1cc6ab9e 0.21 MB 578 130
204,376 204,376 00000000000001a04fadc92a8aa57b1e0843a292a8b32067ee9b739c1ee7a54d 0.00 MB 7 153
204,375 204,375 0000000000000364c9abc1351a80f25e3ce10afd8a9869ff2c59c06b8a9587d2 0.20 MB 334 99
204,374 204,374 000000000000041cc85e30471cde0adf4f0f41ee66f0488634c876a3dbe08610 0.10 MB 15 53
204,373 204,373 000000000000050610ec6e5db3489ee7b54fdbd023bf8d28a3b2ecaa3be02b5e 0.03 MB 61 7,833
204,372 204,372 00000000000001b1219d23e1e68a02e80e7285e4ae69b635996f00d75bb57890 0.10 MB 160 95
204,371 204,371 0000000000000186f6dfc78dda65434ecdd858f32168ef6bb032f79eb06ab2fe 0.00 MB 10 187
204,370 204,370 00000000000003a90e0e3a3750de5dc3f1d17b70b3e6d5233f0681ae74d9b923 0.00 MB 7 165
204,369 204,369 00000000000002ca48b5cf31b867a20f614046687b4b77212310cba5025335fc 0.10 MB 230 127
204,368 204,368 00000000000001706b14927a005be810b0c0bf52ac270f3eca655fd1be221f2f 0.24 MB 553 164
Previous 10 blocks ↓
Total Size: 769.16 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,632.69 GB sent, 93.66 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.