Memory Pool Memory Pool Refreshing

5,197 transactions
2.61 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,825 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,865 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,824 (8,350 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
899,474 899,474 00000000000000000001eaa9ed34a4ddc803884ca72619933b88a9d5be486151 1.65 MB 2,921 3
899,473 899,473 00000000000000000001a06398e0096f976d62fe381dde8c69bf3534522618ad 1.65 MB 3,894 4
899,472 899,472 000000000000000000011df50f9adff2d24d3ce47793685772942f69fa8b759e 1.52 MB 3,160 9
899,471 899,471 0000000000000000000226d84b89b66101920a8181e82d8849b569baae31b26b 1.63 MB 3,474 5
899,470 899,470 00000000000000000001c2e3a24273ffb5d848022ac8b10d5bbfcc5833e45131 1.29 MB 2,608 2
899,469 899,469 00000000000000000001ad0e0fbfe2c6f057c40ba0e252019f60db2ad434831b 1.23 MB 1,895 2
899,468 899,468 000000000000000000006a298a7a29c40addf47abeee33e479a84be07ebea763 1.16 MB 873 2
899,467 899,467 000000000000000000016ef0189facde7eb7be7573438247600c1ee2b0cdcff9 1.60 MB 3,287 2
899,466 899,466 000000000000000000003a1d91772d31757cbedf422c2f2ce0842fbec32d35b6 1.59 MB 3,557 6
899,465 899,465 0000000000000000000181c66d076c424bdca6653ff12e5b1df9660ceb9c8c63 1.54 MB 5,156 3
899,464 899,464 000000000000000000020d7c1802f0def99ba3b0b7d5321781fa4bdf67ac40b9 1.43 MB 5,731 3
899,463 899,463 00000000000000000001de53c3f6439d0d865ebe70bef42ee6f208e47615bf7e 1.55 MB 5,035 3
899,462 899,462 00000000000000000000fe82e428c555545d917a01c587a86e9920f3ace2921c 1.43 MB 5,825 2
899,461 899,461 00000000000000000001abbb9a0129c7a2ee033a777be166b961c55825da2185 1.47 MB 5,707 2
899,460 899,460 00000000000000000000610dbf23c73024d301a3980d5af3921dbbea84c6f009 1.47 MB 5,399 4
899,459 899,459 00000000000000000000cee64b04a8109883e130956706f7a1f93b6b80566f40 1.49 MB 5,719 2
899,458 899,458 0000000000000000000187306e390514d07a3e1e59416079f5b09b6c8b5fb672 1.54 MB 4,636 7
899,457 899,457 0000000000000000000154e1a7410ea705b2b580c54067dcd2f5a9cdd69ea279 1.37 MB 2,354 1
899,456 899,456 00000000000000000000714a511d16bc7f8f2876cf6951c4ff095c70467ed33d 1.55 MB 4,480 4
899,455 899,455 000000000000000000021765a06085e4c7901da19cfc4bdd67fddf3c99ec82a2 1.47 MB 3,931 2
899,454 899,454 0000000000000000000106a738969ad716753aee8806b9beb5d686cc70fedfff 0.14 MB 419 1
Previous 10 blocks ↓
Total Size: 769.21 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,634.51 GB sent, 94.00 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.