Memory Pool Memory Pool Refreshing

4,432 transactions
1.26 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,753 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,744 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,752 (757,575 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
150,177 150,177 00000000000004455a363f896f78abee63ff584e5008bf3c120282141304c373 0.05 MB 169 9
150,176 150,176 0000000000000b1f69c4aac7517f0789440695750d8fceee3bc92641dee5e1ad 0.01 MB 22 178
150,175 150,175 00000000000002ffea934ecef22d4fd59682c8752180eb7ea7efa64e1c97d3ce 0.02 MB 43 225
150,174 150,174 0000000000000a804686caae02a5722310ebdc42b344164174c48a06cff8724b 0.03 MB 52 8
150,173 150,173 000000000000071ceeb54122049e2f85cea0e4a0dc915107b3e4f9d58379f511 0.04 MB 91 234
150,172 150,172 00000000000003c0c406ce53853b1ca832ba8b56ca572220e6b46499862e78fd 0.01 MB 15 97
150,171 150,171 00000000000001e2c0d05f9d889d8c43d60c34598fb86e004351960728140394 0.01 MB 15 184
150,170 150,170 0000000000000478d33aa1fa2bee358dd86204a260cf6b1c1fc2e3fd8444f9a8 0.01 MB 14 225
150,169 150,169 00000000000004fc5107552ac72729d44354932b05dfcfeda8aca2ec4c6ec7db 0.01 MB 29 793
150,168 150,168 00000000000009383d6c8899df75637aaa95b60cc4bcf1db78f970bdba89a12e 0.01 MB 25 108
150,167 150,167 00000000000008a4527d3f52c4ad17af7045fea25ddbb4001338e3d9594a9885 0.00 MB 11 18
150,166 150,166 0000000000000adc787ae758e51aaa1f6f8a105b8b32f6d6243765990afc61d9 0.00 MB 13 115
150,165 150,165 00000000000002b045eb48454721759a0f112fde9ef0542a5fa8d2f6c6a5fc6f 0.05 MB 159 95
150,164 150,164 00000000000005c21d09cf4d6a74e560d1a93668924b1884de853ca046fc398f 0.05 MB 157 260
150,163 150,163 0000000000000a17b2edca5943db505273acfb527e5b8a221819904ea2b377ed 0.04 MB 77 109
150,162 150,162 000000000000085d36ae744d269a043d50c3ba4b8df545f3450a3a12ddbabcec 0.01 MB 16 262
150,161 150,161 00000000000000161a465160656993f47795e41e981d53659eb4afe9f344a143 0.03 MB 81 60
150,160 150,160 0000000000000b2dea1a5d5a2c492dfc9da9ddc21ab84c34b10d9799bf079f56 0.04 MB 100 159
150,159 150,159 00000000000001a8dee6a7d0fb9f62dcb3bfc31f99bea08d6f4a239dad4f84df 0.04 MB 78 130
150,158 150,158 000000000000022738a1714621105d11e2064bb9231fc02ef3a5cfa3872280af 0.01 MB 21 87
150,157 150,157 0000000000000af249722268392e686e1150b9d0b46778911cb247d27c7cdaa1 0.03 MB 83 283
Previous 10 blocks ↓
Total Size: 769.08 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,628.24 GB sent, 93.30 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.