Memory Pool Memory Pool Refreshing

12,604 transactions
3.97 vMB
Show Random Selection Loading Transactions
Max Size: 24/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,717 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,072 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,716 (603,034 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
304,682 304,682 000000000000000042d1e98723b64a5635e44ec625488a6665a1c3de9018af2d 0.35 MB 782 35
304,681 304,681 00000000000000005a45cbe55800d4c798886facaec9c8572ce39fe1a2ab9068 0.13 MB 248 30
304,680 304,680 00000000000000001d917d29afa69d5e42ce44f8f93625e215b827818a753b91 0.12 MB 219 33
304,679 304,679 00000000000000005120386bfe2a05981c4cc170692b37b0a62699e5aaba02ca 0.01 MB 25 25
304,678 304,678 0000000000000000415c8bb957a0b5f78b971b81412a5c65fae270c1e1e3e0ee 0.32 MB 527 31
304,677 304,677 00000000000000005d5e662d09c0f3d47bfd612e2f0a120aae4f2eb4a7a2e19c 0.34 MB 414 19
304,676 304,676 00000000000000005380dfdacf7f2c04aaf583c9223f508aef53c1800f935d14 0.04 MB 27 8
304,675 304,675 0000000000000000255cb8274e37cafa5c2a76293f284bac98cd2c29a9b1cd35 0.30 MB 361 21
304,674 304,674 0000000000000000081ec75cf5169062c4af71c2ae95e53cf071088c6ca42664 0.35 MB 631 29
304,673 304,673 00000000000000000a10361ee19196fb02896acb6aba9c2bbd5b26fb344f3eaa 0.35 MB 938 46
304,672 304,672 00000000000000001e28a112c2c7614e5298f6b7d09eff443cf1b4bb785b55b2 0.15 MB 308 37
304,671 304,671 00000000000000001cff88a03ff66aa62884d9161cdea32c945c13bf7ea7023e 0.24 MB 289 19
304,670 304,670 000000000000000004be83dd641288e85955f83d5ab0aff4fb4d27671c84217b 0.06 MB 136 29
304,669 304,669 00000000000000005287d961fa6b9ff16f73e0d8457adbcbc38e79baa0c0a5db 0.27 MB 454 30
304,668 304,668 00000000000000003c426729b713891a67a74aaad44ccf8244a673c2d1a284f2 0.34 MB 635 30
304,667 304,667 00000000000000003c30c85a8a6241ad41605294abf2987fb43694ffc66d3b62 0.01 MB 33 21
304,666 304,666 000000000000000017aeb3e1f7b71eb824c50d9474acb9bb2fc1438286e48ae4 0.01 MB 18 34
304,665 304,665 00000000000000000a3cbf45e9ceec10db5a81b0a58a3174b60d923a4973b252 0.22 MB 400 30
304,664 304,664 00000000000000000c0e29fcd7dc4934aab19d54468f075f6319fafadf7ad611 0.15 MB 261 31
304,663 304,663 00000000000000005b45b4c0c2273df497c2b70f95f068c6c604e9b407481756 0.09 MB 199 35
304,662 304,662 0000000000000000489286705fd7d8cf61223a6faa14ac047bebe1dde7a56b58 0.37 MB 598 29
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, 113 incoming
  • Data Transfer: 1,622.18 GB sent, 92.93 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.