Memory Pool Memory Pool Refreshing

8,733 transactions
4.18 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,806 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,203 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,805 (182,560 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
725,245 725,245 0000000000000000000668381affbe265ca79678d47980d5e44810974f1c911c 0.11 MB 99 4
725,244 725,244 000000000000000000055b7c768f57fe4395aeac14fe7db48829ab7cff22e4a1 1.53 MB 1,973 5
725,243 725,243 00000000000000000009466623b76f9dcd9636f9af043250a4d4240ad7fc14a9 1.47 MB 1,350 3
725,242 725,242 0000000000000000000492cffc08dd332ce708d5df52257d2fc77d28f9d927d7 1.59 MB 844 1
725,241 725,241 00000000000000000006dd1a527a3445fd0c41761a4f10a6a7c7b96e0ca4056b 1.55 MB 3,570 4
725,240 725,240 00000000000000000005362dea7531e39f6cf5fe1227379385f4668ea6957e6a 1.52 MB 2,815 10
725,239 725,239 00000000000000000005c0089c10d939cf6c1142f4fe67111d46689cfee9356a 1.45 MB 2,652 13
725,238 725,238 00000000000000000003ca34fab3daeaac70e4fe1558b3d4c30454912ddabfaf 1.36 MB 1,280 4
725,237 725,237 000000000000000000064029c8c9fa454229251db6b53f957d8985b7131ced4a 1.18 MB 485 2
725,236 725,236 0000000000000000000425008f76163073f9672b05eea1647ffd467777b9e93b 0.57 MB 886 7
725,235 725,235 00000000000000000004d98ffc56ca1cca90b6b3fe42eeeed3cf749dfdb8385d 0.05 MB 130 9
725,234 725,234 00000000000000000006f9089e3b677dacb58ef53b21e1e21912bcf21b5a06a9 1.46 MB 2,768 8
725,233 725,233 000000000000000000061b0a3bfc971139b16f3e3bc5fef9d8ec9e6d89c2ee02 0.08 MB 189 7
725,232 725,232 00000000000000000006a67cb480c0da0b2fcd31c32c157f1d33edd3af51e229 0.62 MB 1,181 8
725,231 725,231 00000000000000000004ec8a4cec28b8dff9badb7ff0a356c0b2bd5db8d33338 1.41 MB 1,899 6
725,230 725,230 0000000000000000000a0736bbf02e9ba9f7530bbddf5cbefd530336caaa7b7b 0.88 MB 526 2
725,229 725,229 0000000000000000000346792b7a085846602cedf84f40ed8acdc12fa4b56caa 1.05 MB 118 1
725,228 725,228 000000000000000000002add1073a267c39dd89c37041027f917eeb908c0efe4 1.45 MB 2,164 6
725,227 725,227 0000000000000000000303e26508ddff4cdeb8c07e95a83d36e2abc959de9335 1.35 MB 1,976 8
725,226 725,226 00000000000000000009265a048a6e0cbbbbd310afe07481dc11abd62fc29591 0.05 MB 81 5
725,225 725,225 00000000000000000002073f18395a3bb41b7a3030c061cdff51e77b11620944 0.71 MB 691 2
Previous 10 blocks ↓
Total Size: 769.17 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,633.43 GB sent, 93.81 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.