Memory Pool Memory Pool Refreshing

3,739 transactions
1.84 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,342 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (406,318 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
501,418 501,418 0000000000000000002bfe57dc172ed3cca83d5c93081ab23e0638df34a79685 1.06 MB 2,221 555
501,417 501,417 0000000000000000008a9a6a1a5d77d8fd9e55d78881234605f13777b7b0589c 1.00 MB 173 106
501,416 501,416 0000000000000000007f3961fc78c943e566360a3860c1d47164d90ded137798 1.00 MB 206 119
501,415 501,415 00000000000000000049cfc8eb452a9c884a75e61e9be6176fc02e4c11e03edb 1.05 MB 2,232 453
501,414 501,414 0000000000000000000713bc4ef177a93bb0ebdb06ed5ca96835247d111600c0 1.04 MB 1,521 368
501,413 501,413 00000000000000000082405d4d2e2c985dbbc83d572abd629c372a2123de6c74 1.07 MB 2,334 641
501,412 501,412 00000000000000000022a4df71a0e67b6749a09a75a23b6a95786b311e975978 1.04 MB 678 250
501,411 501,411 0000000000000000002d52e7ef582729cc240e6b455bab2916405ad35e43f6cb 1.00 MB 1,012 321
501,410 501,410 00000000000000000036bb42dedc66acd37952cea5a52c239eeb0b5c10c0c2c3 1.05 MB 1,460 433
501,409 501,409 0000000000000000002ec442125f4ed91fe8eec73a9646e92faed95fb7d68e6b 1.00 MB 430 170
501,408 501,408 00000000000000000038e70ff9f4dabeeb3a61abf53f3fbef8e9220a6f63da12 1.05 MB 1,164 221
501,407 501,407 00000000000000000045c6166529d1fb20668fca533dafb7fb4203ef48152fa6 1.04 MB 1,739 553
501,406 501,406 00000000000000000037fc2fdd04c5825cb92a78263a67df41529c41ff9d522f 1.00 MB 1,717 164
501,405 501,405 0000000000000000002cab781b2344c555b26b7f8b6bc10bfb978b83f4fb7b3b 1.12 MB 2,161 532
501,404 501,404 0000000000000000001b279466aec4d9afda105bd74905767044fd1fd5b79708 1.17 MB 2,037 721
501,403 501,403 0000000000000000004571208290c0e5ef40d8cb6d4a7e151fc80e9cff488a11 1.07 MB 1,916 469
501,402 501,402 0000000000000000003c9b4527ef857327d11f1079b0e91b03999b823069419f 1.14 MB 2,432 388
501,401 501,401 00000000000000000010dcde7ad129cf505312afbf245260db7a21c94ff635d9 1.15 MB 2,486 505
501,400 501,400 0000000000000000002694c73e4559676f48df084bc4843772c5fe72264d41d4 1.16 MB 1,933 597
501,399 501,399 0000000000000000008cc42245d7c6ada4a29f386ad63924516d159a1f579eda 1.14 MB 2,323 681
501,398 501,398 0000000000000000007dabd6e4c49a4cbce4cec23fbd23482eca1a896a261efc 1.07 MB 3,003 640
Previous 10 blocks ↓
Total Size: 769.05 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,627.47 GB sent, 93.12 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.