Memory Pool Memory Pool Refreshing

2,395 transactions
1.11 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,857 (687,158 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
220,699 220,699 0000000000000493636f6ed51a3f8c47d961151f971b5f018dc094cb184dbfe8 0.25 MB 800 258
220,698 220,698 00000000000001b22c47b67d209d2f0497ed13b45f7d575b6b4f69d4c61b7479 0.33 MB 809 211
220,697 220,697 00000000000000861029718ca40d0b4af1e95ef041170f2a0c6d81b71f54defe 0.05 MB 135 143
220,696 220,696 000000000000021cbe6748f47d8a3cf62e463ec799576e50afbfb9097c35543e 0.00 MB 9 59
220,695 220,695 000000000000005e72dbba775d37095e43d964421aea25d0999a8ab2f7aba059 0.05 MB 99 142
220,694 220,694 000000000000016abed9607e3faa497fb4e6988763dc8c85e0fc182501bfe641 0.17 MB 155 76
220,693 220,693 00000000000001785a3ef31312feaa32bdc06066347ee1ad5f71dae2432d50c2 0.25 MB 682 228
220,692 220,692 00000000000001b0aedd98e740a14e4836dd966e1175067bbeb72a795ba9be39 0.27 MB 186 91
220,691 220,691 0000000000000338df126cb7ea8d1af71e464b70d1dec6e39b89132e845e9386 0.06 MB 177 37
220,690 220,690 00000000000002199870612658542900b2ccacd452d9b0adc17a0fc3ec4be162 0.25 MB 569 195
220,689 220,689 0000000000000277197f2df3c41dc74128b7429e451351446b8267916dd8ff35 0.25 MB 405 145
220,688 220,688 00000000000004d4a746148570cbc1395ae2af5cfc04c6e21580b4245d747e5d 0.25 MB 742 305
220,687 220,687 0000000000000073dc0976ecd901ae6cf35356173ef28fc5b17c16cbd17beaa6 0.15 MB 206 107
220,686 220,686 00000000000003e15089c8dc579a8a32dacc4f608c15d5bf4ca97229aabbac8e 0.26 MB 675 211
220,685 220,685 0000000000000122ea053a98e03cd4ebb1eefe15ab57dadad2abba3aa1016359 0.05 MB 89 136
220,684 220,684 0000000000000415cfef0c6c6135da02b85c73b82c21e6963ee2515924a1dbbd 0.05 MB 138 187
220,683 220,683 00000000000002292e28bc8dd8e19f1b4189c8448d1404783e88da47e71edf30 0.25 MB 533 178
220,682 220,682 000000000000042ec1e7c6411269213888f701f1b0e82c2a2f361a2b416e0251 0.28 MB 622 187
220,681 220,681 0000000000000256e62f1e55dccaca46ed2fe103e41adb1294812cfa0583f014 0.13 MB 299 183
220,680 220,680 0000000000000077b11564752851491b7eca317fbd2a6433ec3049b2dee2a473 0.03 MB 54 84
220,679 220,679 0000000000000494f7a5785c15f90e8f0cccc9b9fda5d86a7aa274b5712b10cc 0.25 MB 607 198
Previous 10 blocks ↓
Total Size: 769.28 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,635.43 GB sent, 94.29 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.