Memory Pool Memory Pool Refreshing

1,184 transactions
0.48 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,758 00000000000000000002349e0000000000000000000000000000000000000000 0.48 vMB 1,173 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,757 (546,117 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
361,640 361,640 00000000000000000a31402a14cb54a00d29d6620b4944925ae070c6897e6b96 0.17 MB 267 22
361,639 361,639 00000000000000000c01d0cb606f8e378999a55011073089cf262e0ce9ae7ecc 0.30 MB 543 25
361,638 361,638 0000000000000000121e2850c86a99c8672c9396adebb0a0759e85a5fbb8922c 0.65 MB 1,174 26
361,637 361,637 000000000000000005a4c76d0bf088ef3e059914d6fc0335683a92b5be01b7dc 0.00 MB 1 0
361,636 361,636 000000000000000006b839f63420e76af67f8d36cc6986769d9d80652aeeb7b6 0.50 MB 394 6
361,635 361,635 0000000000000000002cd31ab900d671bf6b80bbb3348e446db7e19b24ca6cd6 0.55 MB 866 24
361,634 361,634 00000000000000000d7110f3a176228445ed710afd332291384992ed89c5c1a7 0.93 MB 2,202 34
361,633 361,633 000000000000000003188926be14e5fbe2f8f9c63c9fb8e2ba4b14ab04f1c9ab 0.10 MB 225 30
361,632 361,632 0000000000000000045903acf10565ff3403a2ec1c9fd706cbd59304057ee577 0.38 MB 529 21
361,631 361,631 0000000000000000027a4c2e3a5ba0f1bb984632edf7e4f6d4ce0f0aaa56f0a5 0.46 MB 914 29
361,630 361,630 00000000000000001446e73fc1666b3e7d0ec7dc276acb5ab58737810c7546b6 0.60 MB 925 17
361,629 361,629 00000000000000000d3627e3139f0035fb3c6765e7133f47891381e6dbbea2fb 0.75 MB 1,714 35
361,628 361,628 000000000000000007eb114f2ae047b6c4d027e48fe80803c901b8c08869004b 0.15 MB 266 24
361,627 361,627 000000000000000001dd6192194bdf1e30c699e92232e066d720b914d2d05e2d 0.45 MB 628 18
361,626 361,626 00000000000000000d75e03112e01bece20de85cfbf0001065318bb8cb2ca5a9 0.75 MB 1,397 23
361,625 361,625 0000000000000000008911cd8f6c328c2f0ef8bcc86a76628875bc24f91aabd6 0.93 MB 1,828 32
361,624 361,624 00000000000000000e37179ac74cbbd1c116f10cd9616cf763d843753fe83c60 0.30 MB 522 30
361,623 361,623 0000000000000000156bae37406c6f0cfb0f7160632d9eb72002c5e105d702ca 0.37 MB 664 25
361,622 361,622 000000000000000010ac4ed21ceb6f04fe0459fe31a81575714497c024ab8f04 0.52 MB 841 22
361,621 361,621 0000000000000000132f8d41e21eeb187b7130406041e2426d10c1db50382215 0.24 MB 377 23
361,620 361,620 00000000000000000f8337e61f0caa112774d4365236b3dc4a35e5b80e8e7f12 0.24 MB 477 28
Previous 10 blocks ↓
Total Size: 769.09 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,628.34 GB sent, 93.35 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.