Memory Pool Memory Pool Refreshing

4,796 transactions
1.47 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,304 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,710 (651,687 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
256,023 256,023 000000000000001e02448e15a8ba0bf12911c2f90e8619b2838ecd3058e02658 0.05 MB 125 119
256,022 256,022 0000000000000012b9c6bba2d63734c8cedb8831696796b0e1d12780d1f5be15 0.08 MB 200 116
256,021 256,021 000000000000002448c5f0333f97de6e3d7769b8d24ba4d7f1742e33be385140 0.04 MB 64 88
256,020 256,020 000000000000000bc845eaf190fa51da35faa3058b7391444278382012b2b260 0.10 MB 213 102
256,019 256,019 000000000000001e03f3146b1d64fe3f2c222a5f1bea789fef276a183cb743d5 0.03 MB 53 73
256,018 256,018 000000000000003c338fbf387aed051e62e64ea795e07da8f2bbfa77431bf030 0.18 MB 408 115
256,017 256,017 0000000000000018781fd3f7cd533732f02a8d8b154b26d991c7cbea482871ab 0.08 MB 198 40
256,016 256,016 0000000000000012a84326cee56d1292f9d7e4244b5772012a84e9474e0a8ea8 0.23 MB 541 121
256,015 256,015 0000000000000003e29e496c3f007b9ec012abcab5a9935e6ee30e35ae6ce72a 0.09 MB 151 95
256,014 256,014 0000000000000032ea5b437def288f11c81b96b4875aed20ba91ae6c4694de4e 0.17 MB 359 96
256,013 256,013 0000000000000005cf178243a4672c9933d61ba128e236619e30560edf854a55 0.25 MB 546 108
256,012 256,012 000000000000001a42c048f902c3499deefa7118926870c25373e0663ef06ea6 0.08 MB 176 104
256,011 256,011 0000000000000005c3b721ea6bacb8a7011bc30cff27e7a895cc61f9cd421ba2 0.02 MB 53 76
256,010 256,010 000000000000000d3750eefed19958542ff05f82ee64d24b3acee7d596f275ae 0.07 MB 170 120
256,009 256,009 000000000000003239b333cd569b06160a062bd6927adbe272124be6aa01f0d5 0.11 MB 191 56
256,008 256,008 000000000000003ac4a26c2543039ce761af5ad8a4b22ca8340c1491312127b1 0.03 MB 81 128
256,007 256,007 0000000000000011e439b5320e60eed6851e9ed9107ba7b391a0b9ba848e3883 0.04 MB 80 95
256,006 256,006 00000000000000294d91da8b6fc81ccd5b70a9f169ced69c434428aa09aa3070 0.05 MB 120 94
256,005 256,005 0000000000000018f2896175a846544d8fa929ac833d0171aace17e1e3eaa2ab 0.09 MB 138 86
256,004 256,004 000000000000001c221162d00235f5f8ad39d5828600f169e005f40156c5d26c 0.00 MB 8 45
256,003 256,003 0000000000000018cc1f07cf5f278832cbb83e50cd7c3283bb1cde86eb659138 0.09 MB 243 101
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.87 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.