Memory Pool Memory Pool Refreshing

8,350 transactions
4.01 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,724 (613,968 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
293,756 293,756 0000000000000000c2e61d433a3480c96a630cd34a5bb900abf8fa93f1da21b3 0.11 MB 225 37
293,755 293,755 00000000000000009b209f777b0e0a5c1573b5cde1db7b121c3b4d2d09b17937 0.14 MB 289 32
293,754 293,754 00000000000000005bcbc5526a5d8ad7afe97788f591089fdb14acf27a92ada9 0.43 MB 513 26
293,753 293,753 0000000000000000b73485827659ef44b91703e85ea7787e0fdeb6c9b7015c80 0.35 MB 364 28
293,752 293,752 0000000000000000b2b0ba0798db1ef5b67931fc15864cdaa008206886302a47 0.35 MB 643 27
293,751 293,751 0000000000000000d2aa82ed7b4b96a42440185767382e269c8759e7447afaff 0.33 MB 1,024 69
293,750 293,750 0000000000000000b27d489812b3496f556f6858673c51eeb0f5b0f372e7af77 0.09 MB 47 23
293,749 293,749 00000000000000000ac9d824cf448f2b354694823ef7c82d6d66b538d2a2645d 0.23 MB 445 32
293,748 293,748 00000000000000008a52d08cee98072286d4a6bd6a6fc77e4cf60242b998748e 0.40 MB 658 33
293,747 293,747 00000000000000006b7d7ac5b0817e49bd77d149b4c289072d253b3a988a3b13 0.08 MB 24 3
293,746 293,746 00000000000000000e0398d78bbf80bf9e30f02ce266c91393c49e932de67883 0.12 MB 209 34
293,745 293,745 000000000000000030f3d164a40737de2ee6a00c4a730798298d6eebe8c19592 0.06 MB 91 19
293,744 293,744 000000000000000022e9f99012f97dcb192d7764abae2ef430651755768e665e 0.29 MB 459 33
293,743 293,743 0000000000000000b69abfcac5ba634b1d2cc75ac7459cea50a736a4d228d217 0.26 MB 384 27
293,742 293,742 0000000000000000267c7f136a1fc88578817bc50043e3112941a30fc65b798c 0.50 MB 897 34
293,741 293,741 0000000000000000437ea7509112cdca3d54384126ccf033f6251c7328208f1d 0.02 MB 26 18
293,740 293,740 0000000000000000ad3945effd35e5eba172f6dc84a45b01a4a246e03068767f 0.16 MB 275 29
293,739 293,739 000000000000000047a2c384494a5b34c86d844aa9d37d628c1d5ad53143209f 0.14 MB 233 26
293,738 293,738 00000000000000001dd42bd9710ae8700906f68598da3f0edc2764f2c7fa1b95 0.04 MB 109 40
293,737 293,737 00000000000000003d08eb00a52bfb7f5c3670731b328deeb0d6e638b9e6ec88 0.08 MB 175 26
293,736 293,736 00000000000000009374abf1713cb73be06c0cf3237bc7f5df141bb067fbe0ff 0.17 MB 365 44
Previous 10 blocks ↓
Total Size: 769.03 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,625.15 GB sent, 93.02 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.