Memory Pool Memory Pool Refreshing

1,073 transactions
0.32 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,890 00000000000000000002349e0000000000000000000000000000000000000000 0.32 vMB 1,072 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,889 (743,685 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
164,204 164,204 0000000000000598d2da9c1b58a7a23ec6dc75784ab851e565dc0cc1608e3134 0.01 MB 7 47
164,203 164,203 0000000000000036b1a30ff223ff827a3ca6e57131e86d6436e73da75561c1b6 0.01 MB 36 260
164,202 164,202 0000000000000c803d7039ee0537e17f087b2ee340f2d96d549da3efb98d6271 0.03 MB 57 140
164,201 164,201 000000000000074368b782f3c6c291ac6cfff07a972f3827a568860398ea12fb 0.02 MB 63 90
164,200 164,200 00000000000007dfe77845072e5e33d9b47cadba97c4c946dd7cd3b9fbf43da3 0.01 MB 26 52
164,199 164,199 00000000000001db06aa5d10d98142bec3de0369aba53f02b65b41b9d11e61ea 0.01 MB 25 156
164,198 164,198 00000000000002163e0ae1f47478b41aefadf48286830c0dd5d1cf2f93e1c819 0.00 MB 4 129
164,197 164,197 000000000000024cb38be344045d997a92e6a32f0a9abedcd2aa0f05a8e8ac34 0.02 MB 54 20
164,196 164,196 00000000000001217e0a1c7165b46c04d97a3715d2192699ba461edfbf736d7e 0.02 MB 32 21
164,195 164,195 00000000000006aa506cc955b6ccf7001be69dd0635d98d06faeb844fde3b74f 0.01 MB 41 30
164,194 164,194 00000000000003664501aebe92df326cc925ec695d6bcb1b0ec72ceff77f17a3 0.02 MB 31 32
164,193 164,193 00000000000000cf791763c372c1930c9cd70d3969255a35c3d66f86e0fd61f8 0.01 MB 31 281
164,192 164,192 0000000000000bfb4a4e7b2042bfb9d01c7692813b25d1991fe7160009a876d0 0.00 MB 2 0
164,191 164,191 000000000000044d6479ade520dacbf358ced36ccbd52da62dd8ecdda9689e73 0.00 MB 4 74
164,190 164,190 0000000000000c9db49af503ca380627b59653c84de49b0895b2358d39f839b0 0.02 MB 26 9
164,189 164,189 0000000000000bac002aa9092b282feb55d47ffc16a1a488cb25b0dd5acc5245 0.05 MB 117 228
164,188 164,188 00000000000005ceff060daa4d27959dfbe776b7184486a172d7a491409d7498 0.01 MB 17 84
164,187 164,187 0000000000000439596207451ba6192a11da4981a0d3e81ff868091674bbcb4b 0.01 MB 41 779
164,186 164,186 0000000000000bc832c244161901a573e9e18c1f35bd81a9b5f94a5422d3241c 0.02 MB 38 80
164,185 164,185 000000000000059a0f448d12b02417f90dc83d15c21729cbf845ca35a577c91b 0.02 MB 47 95
164,184 164,184 00000000000008067d990c8b33eb1e84d49926d147b6b9b3576de22db5269337 0.02 MB 42 126
Previous 10 blocks ↓
Total Size: 769.33 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,643.20 GB sent, 94.63 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.