Memory Pool Memory Pool Refreshing

25,644 transactions
28.36 vMB
Show Random Selection Loading Transactions
Max Size: 167/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,678 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 5,434 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,677 (489,913 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
373,764 373,764 00000000000000000a4bf1cd9fa20fe55690b8fea9bb434be12d7c010c2e6aa3 0.75 MB 1,526 42
373,763 373,763 000000000000000009b9d0e7510bbd45fac280994ab9bdcce3d7eaf9d801146f 0.75 MB 254 11
373,762 373,762 00000000000000000b010795527ac683ff6e2a751cbf8ce4a43d37100361a1f2 0.75 MB 571 19
373,761 373,761 00000000000000001147d54a063505fd65ff5a36d3b023d392a39c514d485933 0.07 MB 181 51
373,760 373,760 0000000000000000122bf1835074245166ca4d966a8e41d18284c61b1c4a05a6 1.00 MB 1,384 28
373,759 373,759 000000000000000006ae10d581f5755699a0a127f754f049e54365b448b3c8de 0.04 MB 103 39
373,758 373,758 000000000000000002c0ce5c15b7ce8b98862509eae7617866b66c79c6d4fc35 0.00 MB 1 0
373,757 373,757 0000000000000000107a8e50428b736e47840f0620760b58c543d5bb5e42500d 1.00 MB 313 10
373,756 373,756 00000000000000000be5b6e747de8d5d77b15a30addb985a4e05495855f22fc3 0.10 MB 89 20
373,755 373,755 000000000000000007eab840d12d23eb85d571c03b9dd458ec635b041873da07 0.95 MB 799 19
373,754 373,754 000000000000000011edea1030e80c87e746f479a86f6ab320b42033e1cfc1dc 0.14 MB 352 51
373,753 373,753 00000000000000000be865a9b647d1e3f0e7e818d7c732c7b85d06a8b7246825 1.00 MB 155 8
373,752 373,752 0000000000000000046ed798e6476dfcc84b92feb61815e48dcfaf6cc7c7a5a1 0.88 MB 1,207 30
373,751 373,751 000000000000000005ebe49c4e04d315eebe170c3f614460a2b4a714863701b8 1.00 MB 1,430 28
373,750 373,750 00000000000000000257a097cacf2816027144d8b1e8d77871d2ac8dbf9695c8 1.00 MB 243 8
373,749 373,749 0000000000000000095ce5a617ba82a538b3bd356d6bf5dc49740b6811b1bd73 0.90 MB 455 15
373,748 373,748 000000000000000008a9590ca5677fb8b94c4a80407199537e4adbc8b792d151 0.93 MB 996 22
373,747 373,747 00000000000000000ef4a656bc2c65d4781a580483b4335b96cbc0edacc2126b 1.00 MB 683 16
373,746 373,746 000000000000000006f1cdaceb2cccc4d789e82d0fdbecccedad2a6bbf5b6e24 0.95 MB 209 9
373,745 373,745 000000000000000008b9a38350965451e8af0605ec1a174a0cc6077f14ccd34c 0.75 MB 318 13
373,744 373,744 00000000000000000b743c7a98e0eeb0a5a3b27d8036a27de3a70f1cbcba59eb 1.00 MB 1,183 24
Previous 10 blocks ↓
Total Size: 687.40 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: 1,517.39 GB sent, 121.80 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.