Memory Pool Memory Pool Refreshing

3,300 transactions
1.19 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
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,780 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,648 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,779 (717,468 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
190,311 190,311 00000000000000e18cfe031e7b4b88c6fb170caf9cb4db9e273cf1f69ed5be58 0.12 MB 252 287
190,310 190,310 000000000000014384ef6a8e931657998c72ff29d8cdfefb7629134b610cb6f3 0.04 MB 130 62
190,309 190,309 0000000000000043fb02a2d31973ee84d796059713010c1c6fd3d5febede9880 0.06 MB 138 262
190,308 190,308 000000000000043f88571f29e8b8053e6765f377a0e11916f0a9c2337344e087 0.04 MB 128 350
190,307 190,307 000000000000008de793b9375375959b60081a3ca61d7c4cfbb3a44ad354857f 0.35 MB 958 529
190,306 190,306 00000000000006203ddee9fdb60e0e20bc1ed285996766ad965b605b592cffaf 0.17 MB 501 312
190,305 190,305 00000000000005089a4a21de5955fac3b4eae0374778250a78c0daf18d9f1582 0.21 MB 572 781
190,304 190,304 000000000000069bbdbc2bd6d7b1934035b788ff67196564a508c33249a69d31 0.23 MB 608 125
190,303 190,303 0000000000000280168b7b39885220a3a8051448f1071af67d5a51f1a90d838b 0.13 MB 343 179
190,302 190,302 0000000000000694dd1d7b1c01e174e281861838e087f037ba47084e35e1608e 0.06 MB 146 117
190,301 190,301 000000000000087e6e165e38501096a5ea6680d170a7450836bfef138aff5998 0.14 MB 393 334
190,300 190,300 00000000000000492615f40f7e063e5e69f92012beb04d38d54aea6d1c479bab 0.09 MB 256 304
190,299 190,299 0000000000000149c1d44b6199cc547957d4ba79e5d0348d6bc10fa0f5ea1bc9 0.06 MB 150 98
190,298 190,298 00000000000008d75b6c304c0d55afdb3489f8c1959f8b1baf580fdc89e42abb 0.00 MB 1 0
190,297 190,297 00000000000000b85d058128451671c167bb4b47b45a2e55fa25f7a2317151ef 0.00 MB 1 0
190,296 190,296 00000000000002edfe067463d1ec9b54987b95f25f763b74b78bc46dede5d132 0.10 MB 256 162
190,295 190,295 00000000000003c405c44322d1bb51c59ace5fffa0bc4ba6f5ac734681bb46bc 0.15 MB 362 112
190,294 190,294 00000000000002353eb01a8fd98d079cbe9d2049f989901248840327373a0fa1 0.09 MB 170 97
190,293 190,293 00000000000005b4b8b5275eb8e53995fa0ae00d83a0c9d419ea67d64774f561 0.07 MB 251 172
190,292 190,292 0000000000000826131613cc0e3c4eb7fd87ba5ee5cd7c62288de487d49e0e7d 0.25 MB 585 135
190,291 190,291 00000000000001695f2bdc0712c39df9d8c8df8ddc3de63f0af4c9388e307758 0.05 MB 165 42
Previous 10 blocks ↓
Total Size: 769.13 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,630.62 GB sent, 93.52 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.