Memory Pool Memory Pool Refreshing

5,140 transactions
2.38 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,822 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (75,906 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
831,830 831,830 00000000000000000002f53c7a4b9c5ce8f28476c9006418ad7afb5e46060d64 1.83 MB 4,873 34
831,829 831,829 0000000000000000000171228bce01d84f61e06083aacfba2328c10d737e8823 1.75 MB 4,840 42
831,828 831,828 00000000000000000002e16402e8a173a3ad538731a98fd69a77b1a613fd9557 2.02 MB 3,901 17
831,827 831,827 00000000000000000002af47a830d3fbc4c2459026dd52d88eae5f0609263c20 1.99 MB 2,528 13
831,826 831,826 000000000000000000018d062a628446bd6b9203201ebde0eb72bc7cfdbd83a6 1.48 MB 2,923 17
831,825 831,825 000000000000000000005c1e7271e3165cb28bfdc7b42328187e1fc3ee8b2243 1.65 MB 4,110 21
831,824 831,824 00000000000000000001168bc5d1180b8a5281b3d32f444d8ea89b8ead7ff926 1.58 MB 3,469 23
831,823 831,823 0000000000000000000159cea4e78229ccffab8ecfa94354729ee2b0c52b7a3f 2.80 MB 1,572 12
831,822 831,822 0000000000000000000073ba2e8904b107ab159f8bebec6757ea5b7ab0966047 1.62 MB 3,560 15
831,821 831,821 0000000000000000000226c38a2ef87df9b0501583907c49708d0ed66482632f 1.71 MB 3,696 15
831,820 831,820 000000000000000000032157b28c8156986b794cbc8d7a3daf3e776ca2b6c2ea 1.55 MB 3,383 21
831,819 831,819 0000000000000000000251c16608128a279c79be931261b9473c6364cecda941 1.69 MB 3,883 18
831,818 831,818 000000000000000000014eb6e8c4b6a6ca56a404c33f5646322b9aeacfdf2ea3 1.49 MB 1,095 11
831,817 831,817 00000000000000000001bb4b9bc200eea87d553604a04f5fb4c0dbbafcaf226f 1.57 MB 2,981 17
831,816 831,816 00000000000000000001f235bd0700c0387c089881ff66c3039a1c3ce20b0d02 1.82 MB 3,294 14
831,815 831,815 000000000000000000022d403cad2ce3c750ebce52a61d94b05068e7c0bf31c4 1.67 MB 3,579 21
831,814 831,814 000000000000000000029903ef1965c90ecbb478eda5efba779cfc19cd94b6f9 1.66 MB 2,707 16
831,813 831,813 000000000000000000005c0c248a11b4e3133d3c9c1c71f3aca5796278c2b303 1.34 MB 1,706 10
831,812 831,812 000000000000000000018c3a497b1d17e993726840c0d1e5395a6aa02638fdc9 1.71 MB 3,570 18
831,811 831,811 000000000000000000026a9fa686b345ad8d940a0e28bc48f47706e095ab937d 1.23 MB 569 10
831,810 831,810 000000000000000000014a04093691e3958876f95fabb4c5e8d3367ed98375e7 1.96 MB 2,093 11
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.54 GB sent, 93.13 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.