Memory Pool Memory Pool Refreshing

19,385 transactions
6.23 vMB
Show Random Selection Loading Transactions
Max Size: 37/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,374 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (771,484 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
136,235 136,235 00000000000001599a4063abba31293cf81e6e191303cef7175b52fcdf0ef704 0.02 MB 67 465
136,234 136,234 0000000000000a292fe27cc1d90e019da9f613a6f881740bbb7fb2d0cc5c30ba 0.01 MB 21 294
136,233 136,233 00000000000002a0c2a5760ff168ee97e91fdf91be233fb90b473855a7b99769 0.01 MB 43 259
136,232 136,232 000000000000052463a76a96bca4397ae41c1dfe1c6927da17e754acff9b42a6 0.00 MB 1 0
136,231 136,231 000000000000082a339f886736d69c0081134dfcad10bd3d0ce7a7b01a2a7954 0.01 MB 17 128
136,230 136,230 0000000000000894353a4a72042df251085a47d3d9eb6d885f0d4aa505f168b8 0.01 MB 48 177
136,229 136,229 00000000000001e0bf09f0dbcaf703684eb32a3eb18e6197c506b5dcc132603d 0.00 MB 1 0
136,228 136,228 00000000000003cbc58446e88330fb3e9bc5e3bc80abaf2fcc5d0ca18bd9bb9c 0.02 MB 38 256
136,227 136,227 00000000000009df585f49c5bbeb792e5e6a547d69dd2575cc4311f106ed9c1d 0.05 MB 138 150
136,226 136,226 00000000000006c9b173b28bcb476a3d98089eeb89e0d9d58943bd9cf6695df4 0.01 MB 25 335
136,225 136,225 0000000000000535c0a61fdd7021dfe3bf9d3ca1317971c1035877d32c2d00e0 0.02 MB 51 399
136,224 136,224 0000000000000691105d1c5fedf8c6fb088194b4baed9177e29dc4a9c4645339 0.00 MB 13 304
136,223 136,223 00000000000002bbf219e5690c31fbdfc52e2b60b2a3d6aca3b8fe3e5f20661e 0.00 MB 3 161
136,222 136,222 00000000000000cb8ded877e9384c93491a2b45cce9b80eb76f01d11e1736610 0.03 MB 47 151
136,221 136,221 000000000000052d41353a22dbec0afc7916fdc3243e88e6ee5713551067feba 0.01 MB 18 269
136,220 136,220 00000000000005a9f4cd27d7c51281c90eb9c25faa731d5e2c3b75212279031e 0.01 MB 21 337
136,219 136,219 00000000000003ea6abc175adda34a19411ed3107f3d0795c5d4a9b7cc6db620 0.01 MB 13 28
136,218 136,218 00000000000006c35dc77add47489c864ee72bd537ff2a76ddbb27c138a51509 0.01 MB 24 193
136,217 136,217 00000000000006912b650f1a6d0d87973193634f95ea2929cf682337fe7f0ac9 0.00 MB 1 0
136,216 136,216 0000000000000505ff811d45c35659b5b7520633e1106321805d870d0f9b3db4 0.00 MB 10 752
136,215 136,215 000000000000013957c3d9c0db8fce2858be421d2ad61edb02aba45380457e1c 0.01 MB 7 38
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.48 GB sent, 93.00 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.