Memory Pool Memory Pool Refreshing

5,027 transactions
1.27 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,706 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,268 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,705 (795,294 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
112,411 112,411 0000000000000193a54f88270b41d26e4b4932a1331f3bd59735a7e27b6a3808 0.00 MB 3 0
112,410 112,410 000000000000e1079a7b9d50eb49328f3ae117015e13b9e45351bc69defecb4a 0.00 MB 6 0
112,409 112,409 000000000000ef574bd791de259c409047f6629244f056ebf53eb131d9d702ee 0.00 MB 19 1,694
112,408 112,408 0000000000000864ead7acb771ecf92b2a235fc5877dac4c57f7ddbdf202f05b 0.04 MB 8 1,145
112,407 112,407 000000000000653578bff8166ffcd9d257501ec01a7d432609765e493e36e43c 0.01 MB 26 185
112,406 112,406 000000000000e80d8ea8b7e7f503ed90e55ee49b990e9676836766b19908ad27 0.00 MB 4 1,048
112,405 112,405 00000000000029212d4afe21ecbdb83e9cc1d6f59d0acafbd7886dfe2d32ae61 0.00 MB 4 3,875
112,404 112,404 0000000000002421d2c8607db09a308bff97c9c044caa8c004e5667918099d60 0.00 MB 6 838
112,403 112,403 000000000000391d0d2c88d42f61466ceecfa325ca88aa5e7ef70c4254baa555 0.00 MB 6 1,498
112,402 112,402 000000000000e77c64357afc5cea15e46d3546644178f3e0c37d2c189234f545 0.00 MB 1 0
112,401 112,401 000000000000b7201af58b0479fb01b8ae5f9226e245fee7454d50e6c249ac1e 0.00 MB 2 0
112,400 112,400 000000000000bd01b8c2832cf69064a660ec2b9760b66ca5a670b96facf5e017 0.00 MB 3 0
112,399 112,399 000000000000b27e1fa5ae053dae2ddb98c85d88219577680731a3a91c6bbc78 0.00 MB 1 0
112,398 112,398 00000000000098f5725ad217749575e19a8c1733f171208d76aca97f6b544ea9 0.00 MB 1 0
112,397 112,397 000000000000605b5b2b4b547d785cb20962cc66652599f2cf97b1fe266d2f24 0.00 MB 4 1,414
112,396 112,396 0000000000003bc011329ba255f25dd5923a11b38da2e6ef4a418a2f68a2e340 0.00 MB 4 1,290
112,395 112,395 0000000000009e8f8dd62af12d2939886bcbbf1a3ac166e98ac5b748f3ac5a8f 0.00 MB 5 2,000
112,394 112,394 0000000000012758f0b24f6cdfd69712af1b55240c89cdca83a6a7e59cf96918 0.00 MB 8 0
112,393 112,393 000000000000957b8ca7ab413e2500fe180ff4e67a1ae2f950a272f6055a19f8 0.01 MB 24 546
112,392 112,392 00000000000026cd093272584a102f60ae9bdf3fe67b2a59cd87a68888279fad 0.01 MB 21 562
112,391 112,391 000000000001106774dd428d02078916bfa3ef575d4358746c34e7091042785f 0.00 MB 10 13
Previous 10 blocks ↓
Total Size: 769.00 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,616.62 GB sent, 92.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.