Memory Pool Memory Pool Refreshing

5,974 transactions
3.57 vMB
Show Random Selection Loading Transactions
Max Size: 18/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 1,824 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,727 (70,612 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
837,115 837,115 00000000000000000002c1323f865204423e3c737ff1dd0b7beb1d414d7f1915 2.60 MB 1,268 18
837,114 837,114 000000000000000000005e5dddc237786b49b12da51a54ad0dc12c26d7a9ca76 2.24 MB 2,319 17
837,113 837,113 000000000000000000026004255e167a623dc5e473d6311a420f9a701ce84da0 2.03 MB 2,603 22
837,112 837,112 00000000000000000002a647f8481dcc956d298bd1cc4e4d09f2c4fbc13be485 2.36 MB 2,100 18
837,111 837,111 000000000000000000017276619d0a4f34ec5c1a0206c123bce17850b7b73dd6 2.21 MB 2,644 23
837,110 837,110 0000000000000000000198348ae54b29172a7e5b03c7003a2a002497ca7113f5 2.19 MB 2,417 22
837,109 837,109 000000000000000000024508bad60b7ea0f7e6d5cec14ab39740b8ebf28d9450 1.88 MB 3,969 21
837,108 837,108 00000000000000000002c9ef8ce05d5776906d4dbc2a0991f08dbbbf758c47b5 2.41 MB 2,508 23
837,107 837,107 0000000000000000000013f9f79bce3c78d4a86a57bf52d0ee2ef647b1c4f3df 2.01 MB 3,686 26
837,106 837,106 0000000000000000000098fd49a789d430137307ff59ac82734e7450c8831a0a 2.11 MB 2,982 22
837,105 837,105 000000000000000000029a4bcf4992dc719a32841fdb8110f1824da0b980fabe 1.86 MB 3,515 24
837,104 837,104 000000000000000000019c7742466a2e4b0d878e786cc93c24fe48d1734a5712 1.91 MB 3,365 28
837,103 837,103 000000000000000000015ddb4df784acc890856a2300a5eff3127a9ee8d48ca5 1.65 MB 3,250 27
837,102 837,102 000000000000000000020475a1e83eecf61d2d76b8b716d26131541509027037 1.42 MB 2,638 29
837,101 837,101 000000000000000000010b0404b55cecd26ac4159b59b8f9be43d536c2cba58e 1.79 MB 3,832 26
837,100 837,100 00000000000000000001129958fa7308fd8e592ef0de1f6478a6203301099f07 2.63 MB 2,359 22
837,099 837,099 00000000000000000002b0ef95a22ac62d5c5e587c54465c8e8d8432ab5e686a 2.07 MB 2,929 20
837,098 837,098 00000000000000000000d6dec7c30206febb594c5b67efae7070379f6af5e06a 1.68 MB 3,851 32
837,097 837,097 0000000000000000000124260ab15eeff3719b6fa9848c33c83e9b1f24f24b6c 1.71 MB 1,524 20
837,096 837,096 0000000000000000000170b5c819daa6a4ac9d49d48a5a8daefa076aa6330dfc 1.83 MB 3,676 28
837,095 837,095 0000000000000000000086347ad5fa880afc01db8bbcc48ba45d212936d5001d 1.78 MB 3,872 29
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,625.84 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.