Memory Pool Memory Pool Refreshing

17,928 transactions
5.79 vMB
Show Random Selection Loading Transactions
Max Size: 34/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,488 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (775,549 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
132,170 132,170 00000000000003150c1cf98b71134f82a5f20fc1f8bf7ee536922dde5804623f 0.01 MB 9 491
132,169 132,169 0000000000000b454596a2ffbce48ac583f8553f5def251ada90d9ae193d0a99 0.02 MB 69 177
132,168 132,168 000000000000056066d778903da6f557694f46ec6d9321d564924fb0c53c0351 0.01 MB 4 756
132,167 132,167 0000000000001008d84107cc8308afcc3a9318fffedfd38616e4cbd5ab858d3a 0.04 MB 100 454
132,166 132,166 00000000000000f487e867f6a84d8a474f53fc2ced3b294e9b4c37a13ef38bf7 0.04 MB 93 591
132,165 132,165 000000000000020d15887e26d1a8ad096faf691295cf2fe53020bafb6ca097a6 0.02 MB 41 238
132,164 132,164 000000000000012987d01ae754792ce309d96c99bb17039b22b96cdbd06cf7de 0.00 MB 11 1,615
132,163 132,163 00000000000002b4bf22f478df9295b18961074519680cb6fa73465e228c9eac 0.05 MB 148 300
132,162 132,162 0000000000000cd198f42e791a9d27c5d428acf7aa31f0bc4a0e179287110abf 0.01 MB 17 1,007
132,161 132,161 0000000000000c0a62da86b23f8472e93b774afda630bffb1a580980b1fbc077 0.01 MB 13 771
132,160 132,160 0000000000000045584878d561751355484587b9a24e59fcf055cb6ad252758b 0.01 MB 48 684
132,159 132,159 0000000000000748aa7a9435371a760da151273b173b9e8b47b7ed23663ad5a8 0.01 MB 25 732
132,158 132,158 000000000000084cc69f023b3212c72999a5f9543eee75eacfe3566c6a817eff 0.04 MB 126 103
132,157 132,157 0000000000000736795f18f7bb50002b57077333a0d87936727e54b070fd554c 0.02 MB 62 594
132,156 132,156 0000000000000517553c71a833d3c8619530439b98828f1f20f70aca441a3bbc 0.01 MB 25 805
132,155 132,155 000000000000042c76ae7f52ed6077bfbbd45194c7bab00d03c7178019ec88f5 0.02 MB 67 787
132,154 132,154 0000000000000cd28df8673563e938dac3d271a1d258f19d236e2fd6106a2f6b 0.02 MB 52 755
132,153 132,153 0000000000000d74bf2255c652a75497b1900fa49d77144819205c31f016bf78 0.03 MB 116 83
132,152 132,152 000000000000046486a01fad67f411b1eed7d52b969d0ee38844863ef1878c2c 0.00 MB 18 433
132,151 132,151 00000000000009c6a45ca1514c38902c37b45439b41a51f8666f98a385a5ec07 0.01 MB 16 978
132,150 132,150 0000000000001179f69723ea49a9d67268daa3cf32ba7edf79c56ee767647749 0.02 MB 42 676
Previous 10 blocks ↓
Total Size: 769.02 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,624.26 GB sent, 92.99 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.