Memory Pool Memory Pool Refreshing

10,849 transactions
3.26 vMB
Show Random Selection Loading Transactions
Max Size: 20/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,716 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,563 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,715 (646,660 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
261,055 261,055 00000000000000022dc8069705acbdb1702858c4c1af48d2c91a6b47b619422a 0.04 MB 102 85
261,054 261,054 0000000000000015f1744700ecd17fcae3b728aa361e36bf0a931569dbd93eb9 0.06 MB 109 70
261,053 261,053 000000000000000cf71e26322c7ccf7b8a586cdab42c22aed2bca5306da57832 0.15 MB 300 104
261,052 261,052 00000000000000133480a5329fbe081a04d3652a9c232d8d91a95e2c87e41b91 0.08 MB 197 109
261,051 261,051 00000000000000136f213d6162685dc2809b2e1b78ca63a74a41fbd44d9964ec 0.07 MB 185 128
261,050 261,050 0000000000000008e8ba86aff991ecdf31738f2bdb4dec23fc281606054093d2 0.07 MB 200 75
261,049 261,049 000000000000000f6a6f6dd24b2410a38fc032d0b333f942a6378f5ec450edba 0.08 MB 202 67
261,048 261,048 0000000000000002de77859855ce32a9dbe9ded790b051950024f013f6fb2422 0.22 MB 538 112
261,047 261,047 00000000000000167a5b256010943c07042c75b8f608ded1399c5569de30da25 0.25 MB 641 141
261,046 261,046 0000000000000019e2768c1b09060ba8e867ef5fb324fff3691e9b06b0745284 0.04 MB 99 70
261,045 261,045 000000000000000f32af1994d8408d5113207ca53e6e57f2ea73699738cf8821 0.18 MB 478 116
261,044 261,044 000000000000000fe752e853f07a93a4be9c96a9aac5438c072ff42e15448a6c 0.09 MB 162 60
261,043 261,043 000000000000000fd6ff3ccc18ecc13c85ea02199d3f15ead97efc384aa8d29e 0.25 MB 605 116
261,042 261,042 0000000000000011fd957fcec723d50baccc1ef7b2debcd51bb55e1c91f4a3d1 0.05 MB 148 96
261,041 261,041 000000000000000b4152b28b1279e98dbfde346db324cf82d797b7caa7d4fea4 0.15 MB 347 78
261,040 261,040 0000000000000015ce7cb9ee62207dfc8051512a1082161cda3ad4ae632127e1 0.09 MB 256 203
261,039 261,039 000000000000000047923aae53dfdb99ff78e3c4f37571e3548081d4c0ed1cba 0.26 MB 502 87
261,038 261,038 0000000000000013733adc62c5b02ce65920a3f0baf3d14b3864f7025d4584e6 0.01 MB 18 118
261,037 261,037 00000000000000166d83b932a0833e4e90f1d4b96e0ca93db7059e4b63ec8778 0.12 MB 275 71
261,036 261,036 0000000000000009aad3df51e2605cf9131061b5c57a079541f632dbcd753ca8 0.21 MB 488 98
261,035 261,035 0000000000000008f46543c6b214947b7b7adde9582e50ce8300e130a5ea87de 0.08 MB 212 107
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, 114 incoming
  • Data Transfer: 1,621.47 GB sent, 92.91 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.