Memory Pool Memory Pool Refreshing

4,192 transactions
1.30 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
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,711 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,297 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,710 (249,184 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
658,526 658,526 0000000000000000000c146529796b78fae03102b25936b50823499c946a41dc 1.36 MB 2,548 101
658,525 658,525 00000000000000000008215311663a78a88987c446b67f5697ab94c34a700127 1.35 MB 1,962 57
658,524 658,524 00000000000000000007296e67b2178ddabff388a6e0e337602e243a481851fc 1.37 MB 2,959 76
658,523 658,523 0000000000000000000e43b7fe5b48c5d18f86fbe760bb4c8e0be28185c65f1b 1.17 MB 1,462 68
658,522 658,522 00000000000000000000e586e64e9fdf1fae3e95edaca89b3de32c9af57aa6ce 1.24 MB 3,020 68
658,521 658,521 0000000000000000000ce1fbefe808abb70a1f1963a866cd485c82a33bc118a8 1.34 MB 2,874 77
658,520 658,520 00000000000000000002d3da3b1fc62f4c0d1a0b64536712bbf833e28e72d6ad 1.20 MB 2,478 53
658,519 658,519 0000000000000000000595785fb3d418f2c187475b959878cfd6336ce22955e0 1.39 MB 2,748 85
658,518 658,518 00000000000000000005ef61d0e5e41e6c79eb97443dab5e401b7ea7ba5f66fe 1.32 MB 2,535 71
658,517 658,517 0000000000000000000a689173f3b60c6ba98f08ba669e0ac463898a3b575d5a 1.31 MB 2,869 69
658,516 658,516 00000000000000000002af4c8e073de4a506d4aaf2982e9557b20e5979ffe5ec 1.23 MB 2,702 63
658,515 658,515 0000000000000000000a4b99c917a8884d585a2f27c92ab882f9f301aba4ae03 1.34 MB 2,677 90
658,514 658,514 0000000000000000000ce92e336199c3ef726a2f85a7c9c9d00c4b09107bbbf0 1.14 MB 2,848 61
658,513 658,513 0000000000000000000480b135d007c5e2ad72f970af88bec7248c5e566cbef0 1.41 MB 2,510 90
658,512 658,512 0000000000000000000a83cdcef7303c6fe056e96889ac8d3940dc84640f22d9 1.27 MB 3,025 80
658,511 658,511 00000000000000000004eb36a671932fbfa2e99aace044ed080fbca1d55e257d 1.36 MB 2,787 75
658,510 658,510 00000000000000000006524acede52aa296eaea3ce046405fbf667e0e9dac0bc 1.18 MB 1,420 77
658,509 658,509 00000000000000000004b984c316689caeb09cc15d355444a9b5c602f4ebfc38 1.22 MB 2,732 70
658,508 658,508 000000000000000000051dd5b4bda08f5821101069448b2596457888423e4855 1.24 MB 3,106 85
658,507 658,507 00000000000000000000824e83b07f1b036410cb2b89ea2bc79cc8e67983e2c3 1.32 MB 3,050 94
658,506 658,506 000000000000000000013ce5f48a9f29414be5fa0f76fc5ea9fd8a7e045422d2 1.28 MB 2,799 95
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, 113 incoming
  • Data Transfer: 1,616.86 GB sent, 92.83 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.