Memory Pool Memory Pool Refreshing

9,321 transactions
2.78 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,715 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,353 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,714 (3,037 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
904,677 904,677 00000000000000000000b0fe35994f234d78d36e8ae18a9e4c510badf88194a6 1.62 MB 3,619 3
904,676 904,676 00000000000000000000a562291e05fbed8aa42d6b7578e0af983a5ad866039a 1.54 MB 3,573 6
904,675 904,675 00000000000000000001a1f751b15d0da36023719fe0c1a552a562a7e53ee03c 0.12 MB 133 2
904,674 904,674 00000000000000000001f97b67653e24b0b41d29396661cb4c8e0b734019c3d0 0.97 MB 2,411 4
904,673 904,673 0000000000000000000081f3067a6870501fcd7e88e2b71a5e51f050aaea7612 1.70 MB 3,165 1
904,672 904,672 00000000000000000001efd243854b3fa2ca532bd1b929ea57de8b24e8495d65 1.41 MB 3,020 3
904,671 904,671 00000000000000000000c4e761d265745d608ea150ca2ed5644d1324d8c3ee8e 1.60 MB 3,223 2
904,670 904,670 0000000000000000000216e17d0e103723529bc9b3f771e81d45c2022e986dc2 1.22 MB 2,187 2
904,669 904,669 0000000000000000000033ae20dbd8d03358ce5b19307ab84e4caee760b8c27e 0.36 MB 792 2
904,668 904,668 000000000000000000017d0a7ece05a950ef62ee36769e676d77892aa404ebb1 0.21 MB 469 2
904,667 904,667 00000000000000000000c5697ae2e634770c8cf25e02bfca74d60a4bf1d4e2c3 1.05 MB 2,080 2
904,666 904,666 0000000000000000000217c612cca254b91f831597686b1b0612479eed2eaeeb 1.05 MB 2,768 1
904,665 904,665 000000000000000000015eb2fc4c6719fd9293875b47539a2341d5a67c784dec 1.48 MB 2,331 2
904,664 904,664 000000000000000000022fd7ab4a6848d8efda37b78d7071d80ac45d16edead0 1.71 MB 2,256 1
904,663 904,663 000000000000000000008f8b75b99ef9829190ce78f53f0aa154b9c3e2ae15ea 1.49 MB 2,478 3
904,662 904,662 00000000000000000001f234e10bef5e342a016d69937a0e3d63809cfa4b3880 1.61 MB 2,523 2
904,661 904,661 00000000000000000001e5c560474337a8bdf5a271d7bd9af2a4721299dcf786 1.39 MB 2,367 3
904,660 904,660 00000000000000000001733caa54a650f9e242d1ef24ffc4fd43fb011ecada2f 1.63 MB 2,743 2
904,659 904,659 000000000000000000000d1bad17b4b118285fd3e326f295f75834fcf8440f5b 1.15 MB 903 2
904,658 904,658 000000000000000000008fb4ddfd54e308b3574e94461008a0f02cc99d22b6fc 1.61 MB 3,401 2
904,657 904,657 00000000000000000000cb1e6a27620cb1daa6bef38687179f6489883949a690 1.47 MB 3,374 6
Previous 10 blocks ↓
Total Size: 769.01 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,621.08 GB sent, 92.89 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.