Memory Pool Memory Pool Refreshing

2,325 transactions
0.69 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,875 00000000000000000002349e0000000000000000000000000000000000000000 Now! 0.68 vMB 2,320 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (708,793 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
199,081 199,081 00000000000005ef19681e720bf7060045caa3aaa66a963bc713c3278bec8d39 0.14 MB 348 150
199,080 199,080 000000000000035f902a529b55dc5d25418eef19714efab02d8c32827f1a74e4 0.02 MB 41 146
199,079 199,079 0000000000000531647b456157386fa8be683546a97ed21be84f0da53c68c3ed 0.04 MB 80 80
199,078 199,078 00000000000001095da77c3f733a80e6e65423a6047890b6cb612d40ee6ebc04 0.14 MB 345 141
199,077 199,077 000000000000037ccdb444aa9cd797ddd74fcac7c4d531dee1a7f60c713d66fb 0.07 MB 111 330
199,076 199,076 0000000000000374166c9eee9ac8637210a29a5ef52cd8b9de9e7ed1072d5f1c 0.05 MB 122 103
199,075 199,075 000000000000040e35d5d38341ad3f4184dfe8a304c8ed08ea4e41465f15a258 0.00 MB 6 508
199,074 199,074 000000000000052ecc044101835e9f4d78aed5ef42d0baa836985b0ecce0b36f 0.05 MB 158 75
199,073 199,073 0000000000000412efcb46494360068f333c7dc7ce522461ddde923afed082af 0.09 MB 141 104
199,072 199,072 000000000000025e53988bb54d83df8e93bee9f82a22e2cb394a0f4db7e19106 0.07 MB 142 98
199,071 199,071 00000000000001a4cec6577dd7ea41555fd0c45572d2febe58cbc9ed889d1927 0.12 MB 225 114
199,070 199,070 0000000000000017bb1521278b55b2e9cd31497913c146a98cf3fc87e0932cc0 0.00 MB 1 0
199,069 199,069 0000000000000015725b016fab141ba705c00962624f891a48ccb509c82ddd7e 0.31 MB 583 120
199,068 199,068 00000000000005645c75fbc8cf515260efd55d72d2a0c504033af11ea0b449fc 0.03 MB 101 126
199,067 199,067 0000000000000210f26cc919594666e4158ab1acf2dd0c03f0d361d7b3463f7f 0.13 MB 352 43
199,066 199,066 00000000000003e4bc50b4ffdde0c799d015761f460a6a53e1050c6da5fe3fbe 0.03 MB 69 86
199,065 199,065 00000000000003a482e0fb07b1ba64c5b64b393d17ca91c17305843fe99c38a6 0.12 MB 312 137
199,064 199,064 00000000000003694ee25814fa42eccb1c00ad1eb42294380d172f9c29b76276 0.03 MB 101 143
199,063 199,063 000000000000025da254843734fdf6d185f2ac797d5931c81c88d55e58167943 0.05 MB 162 220
199,062 199,062 000000000000050a7d137d45ec24618553c76192948838a8043d3fa58bc56b6a 0.06 MB 155 63
199,061 199,061 0000000000000038a0ff71f08a6dbe0ffc017bee8ad8e4ef31728f2f49d4ed7e 0.01 MB 33 90
Previous 10 blocks ↓
Total Size: 769.31 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.75 GB sent, 94.47 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.