Memory Pool Memory Pool Refreshing

1,187 transactions
1.74 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
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 1.00 vMB 260 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,805 (790,443 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
117,362 117,362 00000000000037d20a1fb1be8107d88893d0f81710b7110faa27f1f174630d84 0.00 MB 2 1,615
117,361 117,361 0000000000006e174d7b46bbd8ff328257042353eaea62eaa07ee563c64c678e 0.01 MB 19 1,179
117,360 117,360 000000000000969cd267049166b1439b8906d4d90b8d00559f84ea5be26482b5 0.01 MB 30 2,555
117,359 117,359 000000000000bee8026260dd93232e538cc91975d33ee635f1d3978bd22073df 0.01 MB 9 133
117,358 117,358 000000000000aec124394bc884fd577c1421d932bb58f37543f94b6e6a365b86 0.00 MB 2 0
117,357 117,357 000000000000a223c72d9a4243857a41f5edfe88529122b80d2e59c935925e0d 0.00 MB 5 442
117,356 117,356 000000000000b4c6a4f96274533db2de162ba71e11ee9824eb6aa79a19132373 0.00 MB 4 882
117,355 117,355 0000000000007ae954b902ec4ede19ff49c418220d873e09c2c028b3603e487e 0.00 MB 9 788
117,354 117,354 00000000000081a0b5d2ea4c723d9f008e149cfbedc2030b6b118de6882c6300 0.00 MB 11 0
117,353 117,353 000000000000405dee9476de1283e3ce982d185bf90c1b7136370a28b0c8c224 0.00 MB 12 0
117,352 117,352 000000000000cb5a73826771ded726841cbbb28f7fb363210aa2e2c8e72171ec 0.00 MB 10 0
117,351 117,351 000000000000765fea3d593343fa31c03252bcd9154c71590eb89b8eda6c9412 0.01 MB 3 1,278
117,350 117,350 00000000000055715fb0d7c7f63c1d2e0feb17b35e8c21e9354fa35601c715de 0.00 MB 6 0
117,349 117,349 0000000000005ecf9f819ea03abd8f2a3f0b2cad5e5124bdabd0d7a770fd9067 0.00 MB 12 352
117,348 117,348 0000000000009ec8fc3c5155d0b9e238475b7c9fff37d2a816834b4242bb7de1 0.00 MB 12 678
117,347 117,347 00000000000074c63ebb2910d03627cc7721a1a45f0e02e2afebf61a428d857a 0.00 MB 9 0
117,346 117,346 000000000000b7336dca6869fd16f0b293c5321c27063b31b3ef34ba4469ce34 0.01 MB 20 1,708
117,345 117,345 00000000000066e410440685062588a01590229e6bf355ce049593d87b155e47 0.00 MB 11 339
117,344 117,344 0000000000005c418fc34abca3f0e8eeb2d38afdbcae6d7b8b2e45285785caa4 0.00 MB 10 0
117,343 117,343 00000000000002a4c8921ad7ccd4708d743a90ae8b4e7d3b0c7d128fff6bfe16 0.00 MB 12 704
117,342 117,342 000000000000c52259e4af6a6d0a6c7ace1a05a4731965ce29c3d766bba80d50 0.00 MB 7 346
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.31 GB sent, 93.78 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.