Memory Pool Memory Pool Refreshing

7,528 transactions
4.20 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,728 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,588 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,727 (602,330 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
305,397 305,397 000000000000000036dac6b1f0cab0b072c10e3e77d3e530442d708efd26a865 0.14 MB 276 31
305,396 305,396 0000000000000000070c90b3207a510bebcdaa8d636873a20830ffab71273608 0.06 MB 109 31
305,395 305,395 000000000000000039c10179268f21988a162bf69c8c8f3dcd42620d364fe297 0.20 MB 348 28
305,394 305,394 00000000000000005b3d09fc9a99ab134ffdef4210b7ce38107b57f6459f94bc 0.29 MB 391 25
305,393 305,393 0000000000000000069969cd1e8a768bb3a622ba3b923a0fac7484b5870a0b66 0.24 MB 371 27
305,392 305,392 000000000000000002a4ca6fb71addca61ad3446c014af3eeefcfbb8ae24ba89 0.14 MB 206 31
305,391 305,391 000000000000000037e3b493aa2c584cf395b031e84813107a704740ab35757d 0.11 MB 186 32
305,390 305,390 000000000000000059cb3b1ee745937d690ccd35cdfc02e90766cfa1e97dac01 0.27 MB 513 32
305,389 305,389 00000000000000000894293bae3d077894355e7fb093b2ed56b70bf1f17eb456 0.00 MB 1 0
305,388 305,388 00000000000000002dce9ffb62491e6b358e8a7218b30634dea93a3095ba595f 0.13 MB 209 32
305,387 305,387 000000000000000040d4213b8080bee178d77ae09e9735a8c946f40d512a805a 0.15 MB 240 29
305,386 305,386 000000000000000037cb93b07f71810d6ee38d8c229a662fc041459af7762821 0.03 MB 30 16
305,385 305,385 00000000000000004c2fec42eca4a962dab990e214dbb7e1cca17832c76edf0f 0.12 MB 214 30
305,384 305,384 000000000000000018ddf70877b17fbff39458db34f39237d32da5a557a84ec3 0.29 MB 514 33
305,383 305,383 0000000000000000413e2385951e88ad566ea21e9787597e33c33bf2bf0930cc 0.18 MB 271 12
305,382 305,382 0000000000000000037d13e1494c96bb9ef2a92c965a107db4792d691541a33e 0.38 MB 660 28
305,381 305,381 00000000000000000ffe42f8304b9008d1369823dd2ffd3e99c54aae422b0ff6 0.42 MB 492 24
305,380 305,380 000000000000000038fa42a5ccd95be0fbb67d0d5bb0799ff9e0e54e8fa0bdb7 0.35 MB 572 84
305,379 305,379 000000000000000051d3123c4e53e044a6a33b94ba0d12960969d748e80927f9 0.07 MB 128 38
305,378 305,378 0000000000000000420bff35d9837fa012ea8f6b39c40a6199808d58893e2352 0.06 MB 99 26
305,377 305,377 00000000000000004803793b70e289b14c3bfa6706089fa0cfdb3f45bc6bca97 0.18 MB 242 35
Previous 10 blocks ↓
Total Size: 769.03 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,626.02 GB sent, 93.05 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.