Memory Pool Memory Pool Refreshing

8,316 transactions
2.58 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,919 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (757,692 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
150,156 150,156 00000000000008d64d25d95b93c435df1f3c8ff9dbec2139eb19bb643f17b89d 0.02 MB 47 605
150,155 150,155 00000000000005aafdb1cf2dd00fd2647b93ba25b65eecee4462325767932ab0 0.04 MB 138 35
150,154 150,154 0000000000000002cd4cffe5fa3b3893ce69b8ee6c4415bd13eab69f2ee73bdb 0.03 MB 42 180
150,153 150,153 000000000000064ab9b6a6386183970d0047e0c229d272965b6665a2776fb108 0.00 MB 12 38
150,152 150,152 00000000000009020224c046b39d4efddf9bc881196084ed29b033a0ecb9c384 0.01 MB 19 184
150,151 150,151 0000000000000944287d15946fa3f803eb20df4c472db7af5e021b4e7b2b8881 0.03 MB 63 401
Previous 10 blocks ↓
Total Size: 769.28 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,635.60 GB sent, 94.35 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.