Memory Pool Memory Pool Refreshing

2,033 transactions
1.14 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
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,872 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,477 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,871 (422,567 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
485,304 485,304 000000000000000000899da690c9ea6a442189d6e634dc4df34ef26e87c6db63 1.00 MB 1,638 98
485,303 485,303 000000000000000000379fe4151e17e76596e9d89885a7f9f55b1bce922659ac 1.01 MB 1,862 59
485,302 485,302 000000000000000000d2e3b58f41b80fc8aebd0da98466001fbc1e80e4d7a804 1.00 MB 1,255 29
485,301 485,301 0000000000000000010900bd50446b7de51c2a72c5a79926f52a00fc220723ba 1.00 MB 1,484 94
485,300 485,300 000000000000000000eb2d0ed97a7b2cff7f1408417dca83908004beb6fd9b95 0.00 MB 1 0
485,299 485,299 0000000000000000003174d2bd0396a8de3b3deb1eccebd4c84af535c7ebf753 1.00 MB 1,545 73
485,298 485,298 000000000000000000f400d59b64913d62e93d9dd1ae8f7a84731f278a080792 1.02 MB 2,050 90
485,297 485,297 00000000000000000087a90a0bc13943bb64beb035f92f00cd0ee9197859b936 1.01 MB 2,202 157
485,296 485,296 0000000000000000011bdb727d8cc889c81d744a6728794ab7cca51050fdbb8a 1.00 MB 1,828 150
485,295 485,295 000000000000000001284b6dd8f9f9d70b61ab40e0ad1416d3c2b7f6348d7a95 1.00 MB 1,603 196
485,294 485,294 00000000000000000017d928fdc8b399b7613c76251120154bf93a846232f42f 1.00 MB 993 16
485,293 485,293 0000000000000000003532aea051edcd337477c4ee669eb76b40de171e0ca28f 1.00 MB 1,752 75
485,292 485,292 000000000000000000834030248b38079d398f86b17a7e59134d566f161cef2f 1.01 MB 2,259 128
485,291 485,291 000000000000000000ab6726a157f2a1b84aa80509e68e88eeb345b8cd000392 1.02 MB 1,815 65
485,290 485,290 00000000000000000085cf3352b67cfc9f5cac1132fcda2059ffa4a7be9b6e3d 1.00 MB 1,522 63
485,289 485,289 00000000000000000066f37b3898234cacb878f9e2cfb61a90d17b6947f11bf1 1.00 MB 1,840 76
485,288 485,288 0000000000000000007ebc5667809b3c060e1e74ca39a53ebc4b9eee04c855fc 1.00 MB 1,668 73
485,287 485,287 00000000000000000112014abe911086cfdf168a1061c0c35d9b164a4378d797 1.02 MB 2,451 162
485,286 485,286 000000000000000000ba2088e6df11442d205c73ad441461c0a180d172b494a1 1.00 MB 2,380 35
485,285 485,285 0000000000000000005508c8537c7f77287dcd7df22ce61a086509e4edd81fcf 1.00 MB 1,611 54
485,284 485,284 0000000000000000011ee24a0bd7f692532cf52c0c7ba47bc9e9fc84d92125b7 1.00 MB 1,899 68
Previous 10 blocks ↓
Total Size: 769.30 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,642.67 GB sent, 94.44 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.