Memory Pool Memory Pool Refreshing

6,839 transactions
2.59 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,699 (186,196 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
721,503 721,503 000000000000000000059b1a20af543a0b144abf15c02def8d1b791e9c79eec9 1.51 MB 2,668 10
721,502 721,502 000000000000000000018c52d3ee59065fa597956acca4ce7f57d9f308e8f540 1.40 MB 2,049 12
721,501 721,501 00000000000000000003b4e5aa2867f66db7bb54104e16acba5aa45d56c191a6 1.25 MB 1,616 7
721,500 721,500 00000000000000000003edc9f45d9b429bb4d7b105f28aa4a324eab94a9a2dbf 1.56 MB 2,978 11
721,499 721,499 00000000000000000002e53b566bfe0866268483eae679438d0f15effed85ba0 1.46 MB 2,933 24
721,498 721,498 000000000000000000036fb3313bb9b769578e64c0c2807495bd28eb806e12d1 1.53 MB 2,840 11
721,497 721,497 0000000000000000000593880ec6ab04022109e4a54e4a95795f25aa9d94d654 1.32 MB 2,039 10
721,496 721,496 00000000000000000004f168fb337b7ae92bf4fefb1005233ae08957f4ed48fb 1.34 MB 1,700 18
721,495 721,495 00000000000000000000e078fc558b81ac4bf816382a80bf3a34e6ffde4a3030 1.52 MB 2,606 13
721,494 721,494 00000000000000000005d13ac4f6e3cbdb5205fb23beccec4da6a415c895ebc3 1.53 MB 2,133 8
721,493 721,493 0000000000000000000261f054c2d42904f80f72294e3c4e51eba5c0233f1639 1.59 MB 2,487 27
721,492 721,492 00000000000000000008e1590c63f79b230be533cedeaf1c5d2582972288bc5b 1.56 MB 2,698 9
721,491 721,491 0000000000000000000282269a301ea7bb18324cd970ea5f71e8d2a65ef07040 1.56 MB 3,036 5
721,490 721,490 00000000000000000005631db5db235ec6627287f2ae32fa407a6db5f6aa8e1d 1.75 MB 1,121 10
721,489 721,489 0000000000000000000402a4ca2e1dafe2330f0ca3b99908793bb6e6cf947568 1.67 MB 2,213 12
721,488 721,488 000000000000000000076d7c54ee6cd6a7d64834f0aa476918a03e450aea6d89 1.36 MB 2,065 11
721,487 721,487 00000000000000000006b81f22eb9dd2d576f79b9aa1604034e022d3ae5beea8 1.49 MB 3,193 16
721,486 721,486 00000000000000000009b58437e269c4914697debce28b07b5425fe98a9936ce 1.34 MB 1,503 4
721,485 721,485 00000000000000000000a5e1368a43bb1384b858d4806277727820324061d4ce 1.28 MB 1,391 10
721,484 721,484 000000000000000000024c97719b8b14062a418b9f3bad3a98b3b7fa569c550d 1.69 MB 2,513 10
721,483 721,483 00000000000000000003cb0386d474d5e70234a3d68c4fa9f792b73eaf63ec14 1.62 MB 3,673 4
Previous 10 blocks ↓
Total Size: 768.98 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.51 GB sent, 92.74 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.