Memory Pool Memory Pool Refreshing

10,040 transactions
3.05 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,865 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,150 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (756,362 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
151,502 151,502 000000000000024ee1aab6b7e74bff714a3528172c3fdb78bed4cdde360ea816 0.03 MB 103 14
151,501 151,501 0000000000000b62764af457d7028b1941edd97759d80ba13d82bd6383e2232b 0.00 MB 1 0
151,500 151,500 0000000000000c605f3b541ff3f37ca0274e325faf63a0b853d0824803a42c78 0.00 MB 4 64
151,499 151,499 00000000000008f00115cab1043f27d7bc595dbd48d2256e2a701b340305ab89 0.01 MB 48 254
151,498 151,498 0000000000000deeeb7f6f62f131fb478f46e6c4ce49d82d8b0d31c2038656ca 0.02 MB 62 105
151,497 151,497 0000000000000a8ff881f1ab26e77214b0b84a4c2eda453a3d65cda073aafac5 0.02 MB 66 56
151,496 151,496 00000000000006d93d7897253e5e633003e5695637f5fb00cb319914dacde2c3 0.02 MB 50 127
151,495 151,495 00000000000000853798d2934c2de0d03ee604883e4491235fed40ca9f9b51a0 0.00 MB 12 513
151,494 151,494 00000000000004605ef924841d670e15103080c3f1f0f81105a46f40b156e5d7 0.00 MB 12 1,263
151,493 151,493 0000000000000b63f7eed3c95e6ef3df7d1d4cf918b46c30e5d8abd8a8930679 0.03 MB 96 70
151,492 151,492 0000000000000641249b306a1675d2bdbfe082b76d227428805bd533401c93a0 0.02 MB 40 568
151,491 151,491 00000000000008db39338511284d5a111b11f42622d38850c3dfdfc3cf489917 0.04 MB 76 305
151,490 151,490 000000000000022db0ef95f7011b81f35cbc65e7b4c7d5cd31a2a0ccfe1a6f9d 0.03 MB 75 98
151,489 151,489 000000000000010d0a1934eab2f13523e45ddb70ef0b5d752c05965d33c206b4 0.01 MB 43 36
151,488 151,488 00000000000009488c2a871158f7d977cda98833bd826577de8fc8c8a90aef32 0.02 MB 82 118
151,487 151,487 0000000000000ccfe39eae29537ab4fd15cb3743c6ea4678f85275f14431e4ba 0.00 MB 7 0
151,486 151,486 00000000000001a2ab4235328dc0ffb238b663452b196f3af1bf03e0808eca91 0.01 MB 9 24
151,485 151,485 0000000000000171c233d199b9b2ed21ccad9efd11d753c2c262887b29cb9612 0.01 MB 25 38
151,484 151,484 000000000000061a4652907905aa58fe7e65f5d1e63da2f47ee2fedba7eab60e 0.01 MB 18 227
151,483 151,483 0000000000000a2b2f9ad1175935c98b4361764471146f1ee05710d7041706a3 0.00 MB 1 0
151,482 151,482 0000000000000aa9ea00218385d4bb45656d278d375fe520ac04ed48986f3454 0.02 MB 16 67
Previous 10 blocks ↓
Total Size: 769.29 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.49 GB sent, 94.38 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.