Memory Pool Memory Pool Refreshing

2,959 transactions
0.89 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.88 vMB 2,959 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (762,346 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
145,528 145,528 00000000000005ef54661b0fd5e2940a82a72892f7734b91b804c45c2d0b40ce 0.01 MB 16 256
145,527 145,527 0000000000000659c2ff4e08faeb3042f3afa58bc4b906c63e4df0d5deca7d9f 0.00 MB 1 0
145,526 145,526 00000000000007ec61c1feb26b2aa94992ca40dd16ddc8e81fd3a7ffa745e249 0.02 MB 49 137
145,525 145,525 0000000000000323013a5517b6a9cd8892f4cbcc8d8f6fa649953691a11632ac 0.05 MB 77 110
145,524 145,524 000000000000017a563d3e512be90fab3638c94799688fe5a44681b9e8e57b16 0.00 MB 14 28
145,523 145,523 000000000000041ad99080227b4ae7d37bf5e4ab36a7b8cd788205e9c902d144 0.03 MB 88 212
145,522 145,522 0000000000000142be7080ff65f7e4786fa8dd8c1c599d5ef2994a2010396b21 0.02 MB 54 227
145,521 145,521 00000000000005974031319267d65d8fc97d7bb78d9bfeb9c97a3d7af68e5706 0.05 MB 87 49
145,520 145,520 000000000000074744d9afe8ca469a4fccd9dd4a8a7bb173382349487d00f984 0.05 MB 148 125
145,519 145,519 00000000000007131161d4d78b8f9d0b61a5a194af02b9b1d196dc3b4074dbc9 0.00 MB 1 0
145,518 145,518 00000000000007c01e2ed8bf81fb4ba6643efbb97e52c69f140387ea204dfa27 0.03 MB 89 204
145,517 145,517 00000000000006e0ad30ba6582184eb049bf014ee3f9dbecce805839a6e9467d 0.05 MB 129 135
145,516 145,516 00000000000004c9d55fa6944a97c9e0d0ff52552950c1b3e6298f6b0cd78d29 0.06 MB 150 1,877
145,515 145,515 00000000000004429c98e0eab4ca52be03936c044f0c57f65ad137c08a76a385 0.00 MB 5 20
145,514 145,514 0000000000000550bd752618af857d80b29ce8f493e45335623abf2c49904633 0.05 MB 65 2,185
145,513 145,513 00000000000001d8a06d2785e5e328dad23dc2d22629501982b37f9b8bcc4b69 0.05 MB 78 1,540
145,512 145,512 0000000000000977798f1cb65c2c9f072251f1a48936e4f3f021261f6b4633f7 0.05 MB 138 866
145,511 145,511 00000000000008efe9e68445083cbf55535bb9ee1ce5c79557f300a1c31e0343 0.00 MB 1 0
145,510 145,510 0000000000000293b34cc8bc2537fc32a4d9a83a41ac55dadf5bca9f0869d05e 0.01 MB 13 192
145,509 145,509 00000000000005c70780c3b37781c47d9c844ef65d434facb3f46efcf2026a26 0.03 MB 72 170
145,508 145,508 00000000000003735d559e773fb26127738e115d3f8c0ea3fe05caad1751b21c 0.05 MB 100 124
Previous 10 blocks ↓
Total Size: 769.31 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,642.75 GB sent, 94.48 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.