Memory Pool Memory Pool Refreshing

56,361 transactions
34.48 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,424 00000000000000000002c4e40000000000000000000000000000000000000000 ago 1.00 vMB 4,126 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,423 (287,713 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
581,710 581,710 0000000000000000001fe6b093cdbe5ee9c6028cfdc02836770bcd0909daf060 1.29 MB 2,293 107
581,709 581,709 0000000000000000001f9119460145ce137faca9a3dc3d0c423fb4ba22cef331 1.31 MB 2,251 111
581,708 581,708 0000000000000000000cc57997144133d32c1187a7a5b31a7c082b9fe6421974 1.27 MB 1,851 104
581,707 581,707 0000000000000000000f32ba472c2b8ed40a6ed7848355f748a5a5110ad82dd5 1.23 MB 2,234 115
581,706 581,706 0000000000000000001838323b364f916e2d2d029799dd504df1b074b58e93b0 1.24 MB 1,646 112
581,705 581,705 0000000000000000002345794f3b2b80a90350064f24f0b4cff117befd2a32fd 1.23 MB 1,542 87
581,704 581,704 000000000000000000008ad69e94d7c4721594a3f7c8984f1c5381187c942cc7 1.26 MB 3,105 121
581,703 581,703 0000000000000000001f2fb3e8b57ea6b09c7e7bc437591f4e48c077335679b0 1.22 MB 2,650 131
581,702 581,702 00000000000000000009c48fa16629274092429489eef84953d2c18d144b239d 1.29 MB 2,790 125
581,701 581,701 0000000000000000001a755cbadd8656992d2161b9e90f9d63472cbcd7c464c0 1.24 MB 2,119 83
581,700 581,700 00000000000000000023896308165e5118fff660a3ff42bfacb954dd771562d4 1.32 MB 2,530 108
581,699 581,699 0000000000000000000aa35b3bac700706d39fa0271e953538aa8cb828f18417 1.24 MB 2,779 99
581,698 581,698 0000000000000000000928a1afa05c13217969eab5c3343c8b8781c790bdf778 1.13 MB 2,336 59
581,697 581,697 00000000000000000016a14a0d960a0d3bc8574b8473e7e813412f6ffd76d0b6 1.26 MB 2,316 82
581,696 581,696 00000000000000000019398ccd36e0e8b43700fc65dee13ff11363660cef001f 1.35 MB 2,813 123
581,695 581,695 0000000000000000001338414717e66d67b38ca6362b83d8f97100ff8c5d4a91 1.40 MB 1,777 109
581,694 581,694 000000000000000000076b6fa088618c080d0c777f37c8af4ef81e6ed9298c39 1.30 MB 2,359 44
581,693 581,693 0000000000000000000e9be7946cc6a34abb5eaa5156d5cba6544ad32dc17058 1.16 MB 2,983 66
581,692 581,692 0000000000000000001f7183ecad58dd6aace17e6f85a2542b3c09f982a67e4c 1.16 MB 2,169 85
581,691 581,691 000000000000000000087a98016608b3005e4623345a946609b479f00430916b 1.28 MB 2,993 119
581,690 581,690 0000000000000000000b62aad464ebdd74daf7b08ebc4c6fbd2ac714ffdb7aee 1.22 MB 2,917 87
Previous 10 blocks ↓
Total Size: 698.38 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,084.21 GB sent, 200.04 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.