Memory Pool Memory Pool Refreshing

83,643 transactions
34.92 vMB
Show Random Selection Loading Transactions
Max Size: 197/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,034 00000000000000000002c0700000000000000000000000000000000000000000 1.00 vMB 939 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,033 (20,941 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
851,092 851,092 00000000000000000003189325da5f0c5f637f2e9eefbb5f07859825924d564b 1.39 MB 4,669 6
851,091 851,091 000000000000000000020bf5f7cc1e8ecaa3c7bb946f8ed3cf4fe2e9821bcb10 1.06 MB 538 5
851,090 851,090 000000000000000000004b093c54d6ed85df87f3f5ac355745e3fe187e490f94 1.68 MB 3,708 7
851,089 851,089 00000000000000000000a7ce302e7182ed1cfce24b394d3ce2d3086936c62543 1.60 MB 3,417 7
851,088 851,088 00000000000000000003002a52e01c16556c710c7f46fd1f66b6061d71d80cd9 1.62 MB 3,441 15
851,087 851,087 00000000000000000001706637177176fbbf52663dfc15c2d5e674ecd784a6ad 1.62 MB 3,285 12
851,086 851,086 00000000000000000000c1520a15b42d8efdd0b37d56315649cf127d2eb7f48f 1.65 MB 5,216 5
851,085 851,085 000000000000000000032a75305cc7cc52e4ebb9918fbfe97565465c19cde463 1.53 MB 6,131 6
851,084 851,084 0000000000000000000189d31a502408feb11b0f106e8d83cc5d72f613efd623 1.62 MB 3,743 11
851,083 851,083 00000000000000000003875ce110ee0ebbe215818d8293e36f2d8b0847a7f156 1.63 MB 4,772 8
851,082 851,082 00000000000000000000f9883a09199bb875d84f15a74d5595bf2013fc696139 1.83 MB 3,376 8
851,081 851,081 00000000000000000000fb8425deea25a4e4260942bfb64f4f1183a095ee9920 1.57 MB 2,276 13
851,080 851,080 000000000000000000022512f6aa5138be918a157fa6b4bd6308947a3b65b543 1.56 MB 7,224 6
851,079 851,079 00000000000000000000f70dc3a1073f227ae57474e59c7354ebb2fbf1aba017 1.81 MB 5,755 6
851,078 851,078 00000000000000000001745d11f318ab4a59893e368bb0355c5b77714309283a 1.98 MB 7,418 5
851,077 851,077 00000000000000000002e93c28ffb48ce54edcddd2a200b5b66d197d5082ff77 1.57 MB 4,680 8
851,076 851,076 00000000000000000001b8bbfa09c49b96676971e32d6371cc96ccb50d140578 1.49 MB 7,378 5
851,075 851,075 000000000000000000021e86a6762f2c0965b9794cd7ac57a52b8abf927644d6 1.51 MB 6,916 6
851,074 851,074 00000000000000000000f61a662a7299672ec084e7967e7c95b5380b85c78d4e 1.54 MB 4,227 9
851,073 851,073 0000000000000000000012a25f553e4c07d6183de6987cf7bbc0c004272f056f 1.62 MB 5,551 7
851,072 851,072 0000000000000000000184c7a3497a1e344a89417fd1a9597e9846fe54d1b59d 1.58 MB 5,036 8
Previous 10 blocks ↓
Total Size: 703.27 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,586.68 GB sent, 233.15 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.