Memory Pool Memory Pool Refreshing

3,427 transactions
1.53 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,870 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,853 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (562,478 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
345,391 345,391 000000000000000007618d3efef7c7e48f36ee35d1e77b1bfc363d4b1a9b246f 0.17 MB 512 37
345,390 345,390 000000000000000007eeea70a8f7fd94c7b9bf21e3f39a933d257e8d8cec6906 0.84 MB 1,764 28
345,389 345,389 00000000000000000665a31093809121a757522e74052319e880e2ef2ac13279 0.33 MB 609 22
345,388 345,388 00000000000000000e6ebb0dc662b3eb252e0330351f5a8307c330900af81876 0.36 MB 708 24
345,387 345,387 0000000000000000041157e16488599de0b5cfc56f33495df1c4d4c7b9902fcc 0.53 MB 982 24
345,386 345,386 000000000000000011edb0206ea5fa19422b53274be0c371a3fae1c697f0a3e2 0.10 MB 197 21
345,385 345,385 00000000000000000dbc9eb60d42324b81783088df9f1add5622e1c5d00e87f6 0.16 MB 288 26
345,384 345,384 00000000000000000ead514389f25498eb5ba8cd57a18add55b194a0ad0048b2 0.36 MB 613 22
345,383 345,383 0000000000000000131693368883ca7b3a93444af46ea7cc545b7ba6f35beb9e 0.19 MB 323 20
345,382 345,382 0000000000000000165afb0a15c70de9105656763d64ebe29d02d6c436830d14 0.06 MB 35 4
345,381 345,381 000000000000000003e089e5d686690a72373e15ca1b3865e269fa5f9d78747f 0.09 MB 118 10
345,380 345,380 00000000000000000636ed803f23b3a03133698f2833f24bb5bd6bf532a3f390 0.33 MB 557 26
345,379 345,379 0000000000000000056dbcf210832eb91de7346286b88003f1ddebc4e5bf13dd 0.17 MB 273 20
345,378 345,378 00000000000000000dfa01b8ab0bac97212835ea2c88c918a6cfde81ba818a37 0.72 MB 1,326 25
345,377 345,377 000000000000000011fbd6361b5d1d15d53cf74cd7f823809316a269cdabc1e1 0.08 MB 82 15
345,376 345,376 000000000000000016cc2d11dc69816b508790d583d40d7d06a999ba154cb3f8 0.77 MB 1,603 27
345,375 345,375 00000000000000000ab93f1d9e65a1f423d1d0d98d501ab3795bd23c621965d5 0.07 MB 46 9
345,374 345,374 0000000000000000020ec77a5666bc6db4e1278dc1cf6766792bf4076c55d225 0.67 MB 1,189 22
345,373 345,373 00000000000000000ffdd4562dcdbe5709c134437c6b0a1e800a538c89f70837 0.29 MB 478 21
345,372 345,372 0000000000000000150c45e6a68c144bf956ee3394ce401b5de0ccfb91b316ef 0.75 MB 660 14
345,371 345,371 00000000000000000171014ed0bf69f51041054b7663da8fb4d799c902c3923c 0.32 MB 1,024 39
Previous 10 blocks ↓
Total Size: 769.30 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,642.59 GB sent, 94.42 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.