Memory Pool Memory Pool Refreshing

38,636 transactions
18.27 vMB
Show Random Selection Loading Transactions
Max Size: 106/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
871,811 00000000000000000002c0700000000000000000000000000000000000000000 1.00 vMB 3,490 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 871,810 (314,029 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
557,781 557,781 000000000000000000110ed57f598a033186905e12a4d7a8de24aa389693186e 1.15 MB 2,973 23
557,780 557,780 00000000000000000002f45214f74fe36e9841fb770fcf73b08c8c6c9a187c17 1.18 MB 1,368 19
557,779 557,779 0000000000000000000f9962d88a86ba80fe91724f0f7546947ccb7093945227 1.23 MB 2,917 22
557,778 557,778 00000000000000000025a1b431b88c8fe7a6d8665e2dbacee26e8f551398bef3 1.32 MB 2,842 37
557,777 557,777 0000000000000000000e8db414a244ff94458817ec5cb818f585600a1de7a7d4 1.25 MB 2,798 47
557,776 557,776 00000000000000000017ced95b383b46d535310888e7201946d949f5d7be68f8 1.22 MB 2,767 63
557,775 557,775 00000000000000000027655863d00f4e697580e06795f84e0b17eae255a0f64f 1.09 MB 2,688 17
557,774 557,774 000000000000000000189f0d93d60cc9437ed79aea0fb8d4d6d3635b1056c3e8 1.20 MB 2,283 24
557,773 557,773 0000000000000000001e32943207cd506e89ca1dafa4b283401fd64062cd1b9f 1.65 MB 1,936 29
557,772 557,772 00000000000000000029e2547a1c0b553c076d8391776e377857e476698e8007 1.27 MB 3,171 44
557,771 557,771 0000000000000000000d43bb4c2cb4d1c4c4e20fe8a7c620554e46c016f08821 1.27 MB 2,567 38
557,770 557,770 000000000000000000284a9339fa3bfe63f93608fa139c6b8a85a520b23163aa 1.32 MB 2,540 54
557,769 557,769 0000000000000000001303691613d20ab1593ba65383057853a8a9da342c7726 1.35 MB 2,421 19
557,768 557,768 000000000000000000251df50db17de0e2c17113da1d449c8526d692039aa7ed 1.23 MB 2,474 35
557,767 557,767 00000000000000000007cb199cc1632f2f38b0277dd42144361e8a80a34914d8 1.16 MB 2,304 41
557,766 557,766 0000000000000000001aface489d88c5075de40b387b18ce75367095b25922f4 1.05 MB 1,052 56
557,765 557,765 00000000000000000005e0a541d56683b67b2089c228c20a5df30f6a41c18104 1.11 MB 1,426 92
557,764 557,764 000000000000000000007483a630e525763c0822b2081cc18d9ce8590f22913c 1.00 MB 2,228 11
557,763 557,763 0000000000000000001a1e4f0cd7f21053d0afed8b0fd2d9feb5a80f6816f884 1.11 MB 1,530 9
557,762 557,762 0000000000000000001a39deb14875f0b73aed6704a02051c75288abf000ecfd 0.02 MB 58 24
557,761 557,761 000000000000000000276194889bbd3d6109c3c32bf3be47da08289dea51e043 0.96 MB 2,268 16
Previous 10 blocks ↓
Total Size: 702.84 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,575.93 GB sent, 230.30 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.