Memory Pool Memory Pool Refreshing

7,275 transactions
3.61 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,802 (423,617 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
484,185 484,185 0000000000000000005b5b446bded1036fd92ef854c95201aa8457836bd8a169 0.37 MB 828 143
484,184 484,184 00000000000000000039dc274e8bdd385a9782226c43fc15cb8cbaf5d03e2032 0.62 MB 1,133 36
484,183 484,183 0000000000000000003eb9b44903b2c32b7218917d89c78528089c5bc9b1ddf4 1.00 MB 1,669 74
484,182 484,182 0000000000000000012822d191b9e9f422bddcc9aca8a0b533c7ce456b187541 1.00 MB 2,215 169
484,181 484,181 000000000000000000748372e6f32648c3b924c119f542250eabb3d97a899ce5 1.00 MB 2,415 34
484,180 484,180 0000000000000000011126051abf9429f139e9124519b29b10707f96014d0878 1.01 MB 2,047 58
484,179 484,179 000000000000000000e4ad382ccd9f57e230fe879d0d9edc1acf9a695a6a5525 1.02 MB 1,022 152
484,178 484,178 000000000000000000ebae085b5abcd2b424eb36b5abdbcaa765a76407809127 1.00 MB 2,187 247
484,177 484,177 000000000000000000a1041b1f75a85de7214f90171db7448a72ff449228e888 1.00 MB 2,248 57
484,176 484,176 00000000000000000028f8b449b591c97704604263218fb3fb1069ddccf2a467 1.00 MB 2,406 161
484,175 484,175 0000000000000000007a27bd27ef59d2aae98aed98dc02ac0cb86d5e358377a9 1.00 MB 2,192 288
484,174 484,174 000000000000000000dd7208889cb6eab7ae3695f459923ecb572712f06cfe3f 0.70 MB 1,149 54
484,173 484,173 0000000000000000005a40f58694dd5e826511cd1951b9d4d3f270fa93b1a5dd 1.00 MB 1,631 230
484,172 484,172 0000000000000000011c8a6c81d24962a6832c023ce4216c9c31a6ebdb44e923 1.00 MB 1,582 18
484,171 484,171 000000000000000000646d182abaf6b9daed7dc5eb3504820f036858124b7f2b 1.00 MB 1,155 17
484,170 484,170 000000000000000001180a3fa2cc43161f2b9b3487e45c94a29b905f0a411386 1.00 MB 2,146 19
484,169 484,169 0000000000000000011a904555844ba8bd13ec70f2387b94454bbbeb186323b8 1.00 MB 2,162 210
484,168 484,168 000000000000000000292f063af4d4a3cd9bffee0913d1d836635148503ae816 1.00 MB 1,513 130
484,167 484,167 0000000000000000010cc8ccc09a845ab8dfcd0b7361da096db874c37ba0fb81 1.00 MB 1,553 124
484,166 484,166 0000000000000000011e72231e677260532f87990d25b2c579d0eb869a062a77 1.00 MB 1,963 101
484,165 484,165 0000000000000000009460c26d19d0868c4557cba8eb15341812d3c21abe0c14 1.00 MB 354 22
Previous 10 blocks ↓
Total Size: 769.17 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,633.25 GB sent, 93.77 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.