Memory Pool Memory Pool Refreshing

156 transactions
0.05 vMB
Show Random Selection Loading Transactions
Max Size: 0/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,860 00000000000000000002349e0000000000000000000000000000000000000000 0.05 vMB 152 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,859 (207,620 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
700,239 700,239 0000000000000000000835f196cacd619649cac993dd522ed7e38dcb58b955d7 0.42 MB 525 6
700,238 700,238 00000000000000000005cc79dd23d3d9c10e92971c21ad52fd3e521b12cb577a 1.07 MB 776 5
700,237 700,237 0000000000000000000ce3b175edba73ab1db0c051c92352666207b0705410b5 0.59 MB 744 9
700,236 700,236 0000000000000000000776469906440bad848d1e8e7a1850bbb48ff2e630e3f2 0.06 MB 137 11
700,235 700,235 0000000000000000000469426ed88f1cb4d9e83986bec6df7d5dece149b2de04 1.00 MB 1,331 9
700,234 700,234 00000000000000000001de576d062dff8ec52655660613860aabd3e22330744d 1.12 MB 1,610 3
700,233 700,233 0000000000000000000ced4245da11a4bc363eadbc0541e81e3a92571657bbf0 1.56 MB 3,350 2
700,232 700,232 000000000000000000038c5b8b247988637fdb9f51abf870456d7f4e60ece1d8 1.49 MB 2,306 15
700,231 700,231 0000000000000000000a2fb3357c7cf2e0408df8aeb10cf823ceaeaf28176f30 1.47 MB 2,605 11
700,230 700,230 00000000000000000005281263c3e46c4ddf909c9c08b9d6f5e8dc99deda26f0 1.42 MB 2,884 18
700,229 700,229 0000000000000000000592fe169ee4c475e0a1fb30084bd3486b6bcdecb6d016 0.12 MB 276 12
700,228 700,228 00000000000000000005ceb695d7e39d6ff4510def67854dc1b0139137d60d6c 0.18 MB 382 8
700,227 700,227 0000000000000000000241d84d600f1c76e9a33051fc213c06a61188a08b4619 0.25 MB 470 11
700,226 700,226 00000000000000000003326c3ff7a7394672050271eb3b3a6269dc23f2735c84 0.43 MB 845 9
700,225 700,225 0000000000000000000cc44b63166254a0ac1c5d7549eacbad5ba46deb416e06 0.76 MB 1,220 11
700,224 700,224 0000000000000000000d602036287f0839f43faba8eb40b7d6c1a22cba451f28 0.07 MB 179 11
700,223 700,223 00000000000000000009f04fe87e9e4054f99f98b4eb4b2361ddc3a3c7b50f76 0.51 MB 881 8
700,222 700,222 000000000000000000031d059e35907bb0b4f54ef50208f850c2800e10a8c248 1.20 MB 1,040 7
700,221 700,221 000000000000000000062365d219cb512647b5697294c080bf2f3c0f2a4fe216 1.36 MB 2,703 9
700,220 700,220 0000000000000000000f397c6f5f0c6ee7cfa94cbefaa4c988f65d4280f29741 1.16 MB 2,159 10
700,219 700,219 000000000000000000092f0ab6c939c35b6583c58535c69e88fb015952a4ed0e 0.21 MB 273 7
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.48 GB sent, 94.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.