Memory Pool Memory Pool Refreshing

7,923 transactions
1.84 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,706 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 5,015 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,705 (26,093 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
881,612 881,612 000000000000000000008a57bbae40651a59a44a2fc5d2a763584e3d0c247ad4 1.83 MB 2,573 3
881,611 881,611 00000000000000000001f1c5b9da874ba2fc4944d9bd418db94be582824a5942 0.42 MB 578 4
881,610 881,610 00000000000000000000cab96e96a9f997aa1163e1cf217a6e027354d3f1553b 1.63 MB 2,614 4
881,609 881,609 0000000000000000000162c06c0348400d507a85eb29ebd39ee51ae77d7664e6 2.13 MB 287 1
881,608 881,608 00000000000000000001f748a2595cf8165899a6eaedff26340d1dc499917189 1.53 MB 2,433 5
881,607 881,607 000000000000000000022bbe29f83ca5dfabc253ae481cb6f462d7001405b817 2.62 MB 1,105 2
881,606 881,606 000000000000000000023f8aef402009d02d874b5b56b1c850e7681e8e8c065b 1.59 MB 2,518 4
881,605 881,605 00000000000000000000a4bfc094d8fee6d178b40df31b83f5dbc8f6efea2260 1.53 MB 3,003 4
881,604 881,604 00000000000000000001b897d4667c18aea035322512404fc9d75595c75377e1 2.07 MB 1,976 2
881,603 881,603 000000000000000000004a3fdb38b0060c1767f603e41f161019d3ec8a62e4da 1.80 MB 1,662 2
881,602 881,602 00000000000000000000af7afe07d08d507c63b2a1cfa0b5b1370b7388c79dc0 2.35 MB 1,615 2
881,601 881,601 000000000000000000021b62deeaddef74b0e9acef495054ad4a0ee02c72fd22 0.96 MB 882 2
881,600 881,600 00000000000000000001629863f76600ad71653536bd03095e48189b0857cfee 2.21 MB 3,939 1
881,599 881,599 000000000000000000019f0b5e73edb598e8932b065481d86491c1dad412cf0c 2.55 MB 2,729 1
881,598 881,598 0000000000000000000144fb0b772bb7e1d0bf3e46f0e410504646c25d4752c6 2.64 MB 2,826 1
881,597 881,597 00000000000000000000006c0e01baf7b68988c285a5aa6c94fb90d885007bc6 2.18 MB 3,591 1
881,596 881,596 00000000000000000001b76789f384044204d1703b8dc0f71b9a744450452751 1.75 MB 2,493 2
881,595 881,595 0000000000000000000220c36818cc1d04e9b78fa435d71fd3457cda5047be0c 1.55 MB 1,911 1
881,594 881,594 00000000000000000000cbd574875153653d5b0b743cea5b7e8da9ebe70e2082 1.71 MB 3,304 3
881,593 881,593 0000000000000000000236377be3247fc793a306657656723e3e73c04c73e15d 1.75 MB 3,654 5
881,592 881,592 000000000000000000010ba627ca3127865776645d2a748e5bdcf329257f4429 1.72 MB 2,868 1
Previous 10 blocks ↓
Total Size: 769.00 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,616.63 GB sent, 92.79 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.