Memory Pool Memory Pool Refreshing

12,957 transactions
5.71 vMB
Show Random Selection Loading Transactions
Max Size: 33/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
5 sats/vbyte 3
4 sats/vbyte 6
3 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
901,547 000000000000000000023a040000000000000000000000000000000000000000 1.00 vMB 3,235 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 901,546 (207,867 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
693,679 693,679 00000000000000000002022ee11435831efbeb3f4fdd63535edb8a61012b858a 0.80 MB 1,583 10
693,678 693,678 00000000000000000007ce55298ecb1e7a2e649410bad386ae78d0c1ab32c3c2 0.18 MB 259 12
693,677 693,677 0000000000000000000dc2a339e20e052b747283497e3dd79a2390b1f1673a3c 0.29 MB 668 15
693,676 693,676 0000000000000000000465282222945cba344d3c3b8035b6c4e0c249c1cf1bbe 1.01 MB 1,782 13
693,675 693,675 000000000000000000110777995887c51d313445056559d855096263f378b89d 0.03 MB 74 13
693,674 693,674 0000000000000000000a0e185f053136fc7d518447dd9cabac402e3377abfbbc 0.47 MB 519 7
693,673 693,673 00000000000000000008c71f3cef690b86a8661f72c665a56cd9332c2d296308 0.97 MB 1,704 9
693,672 693,672 00000000000000000002eed1900cb0a2abadf4f4ab84e4573cdb64307a1532e1 0.45 MB 562 11
693,671 693,671 000000000000000000011711ecdef652e2a752675ff66e8200a49d6a3c8aad22 0.04 MB 66 16
693,670 693,670 00000000000000000008699527c4e6757e81f0dd4551cb005a61f7c355620714 1.08 MB 1,751 9
693,669 693,669 0000000000000000000cf234ee963b8c949159934d7377fc2eb85c3aa705f044 0.37 MB 598 11
693,668 693,668 0000000000000000000b06cbbed51741facd3d2ddc90cad15f1a01304b26bbaf 0.12 MB 243 16
693,667 693,667 00000000000000000000da208074250d41772bd55834ebe9c4cb584ed599d19c 0.68 MB 1,227 21
693,666 693,666 0000000000000000000a0821dfde7b8f9ab60439ee2cf8d7256b9b2962d3e419 0.90 MB 1,510 18
693,665 693,665 0000000000000000001161c8a8e37419c893fbe27e2d67f5e3cc253d1d5f0c0f 0.04 MB 108 13
693,664 693,664 0000000000000000000f73c93f2ccfbfa56f56ad09e6c40d42e5f3dc1d30b061 0.59 MB 1,027 16
693,663 693,663 00000000000000000006e14f4d58c1d99ca0acce4b2ea78bca0ee762dad3ca16 0.41 MB 463 11
693,662 693,662 000000000000000000120b0ca59c08eee0ff6c3318d43c188b7a57bbb056e74b 0.99 MB 1,386 12
693,661 693,661 00000000000000000006294dde6d71b8de94870bc6d91c8be9bfa57aae0c7a4b 0.00 MB 15 6
693,660 693,660 00000000000000000012fe003de47002e655cb61817994efba2ea9ae94e7c3c8 1.20 MB 1,863 9
693,659 693,659 0000000000000000000e72e81b2c94296724bfb7db78f548a24ed8b57b75e58b 1.41 MB 2,807 3
Previous 10 blocks ↓
Total Size: 758.39 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: 737.74 GB sent, 38.80 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.