Memory Pool Memory Pool Refreshing

62,773 transactions
35.75 vMB
Show Random Selection Loading Transactions
Max Size: 192/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
875,337 0000000000000000000297fa0000000000000000000000000000000000000000 1.00 vMB 3,671 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 875,336 (657 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
874,679 874,679 000000000000000000008c5f0c8b35229b7c623cce9f1d1bb7a4bd34ae1e50c1 1.28 MB 1,673 5
874,678 874,678 000000000000000000008fa2f1a611057b567e73c4c4cda9319dbefe017670c8 1.43 MB 2,410 6
874,677 874,677 000000000000000000000562e289a28a774c0395c92e35e348e8eac538f1194c 1.21 MB 1,525 5
874,676 874,676 000000000000000000010fb4e2890b1cd960d470a3337d06de479650c02b2f5d 1.27 MB 1,217 4
874,675 874,675 000000000000000000000de29b3c14c723887c3a050951ced341faeb63678a9d 1.47 MB 2,206 7
874,674 874,674 00000000000000000001031fa10260a615b96d8973eda651aaa73800a549daaa 1.39 MB 1,429 4
874,673 874,673 000000000000000000007344fac5fc92627d4af28b290ad0b9c93989a3426e33 1.61 MB 2,294 8
874,672 874,672 0000000000000000000222522c632ac34146c5a9ac9fe81a44f984af25de006e 1.34 MB 2,400 6
874,671 874,671 00000000000000000000becf9647b53ae62fa02af369ac8766fcfbdffaef0623 1.37 MB 1,822 6
874,670 874,670 00000000000000000000eb3e499c9ec595ee2dd6f117f86ec0804a0ee64399ed 1.30 MB 1,012 4
874,669 874,669 00000000000000000001392b94709b8b9a4e9cec4a9b4cdeee17deb387dcdd2b 1.48 MB 2,507 7
874,668 874,668 00000000000000000000d10ed6aa5386e346a748765a6b330016378254137346 1.52 MB 2,123 7
874,667 874,667 00000000000000000002330f991614fdb863a1a9be2b3a8111c293c3ddb46b7c 1.33 MB 1,649 6
874,666 874,666 000000000000000000025fd1a3fd975e1732f6d2bf8fe35ffb5e3755cbe9eb51 1.15 MB 563 5
874,665 874,665 000000000000000000003385c4dcbed17b08ba366fc971ab599d738948a8b301 1.34 MB 1,364 7
874,664 874,664 000000000000000000004e8cf1d411c2e42a13f439ed95f926aab6b6337d5aa1 2.53 MB 1,887 9
874,663 874,663 0000000000000000000105b55b8502f437b161776657922cbd7dad7d9ce20b1f 2.38 MB 1,997 7
874,662 874,662 000000000000000000002225007e0201b25db987db8ecf205d81400d9179bf08 2.47 MB 1,658 7
874,661 874,661 00000000000000000000e43d74302fc8e204d148255863fadfa2ce88eab43ed7 1.56 MB 2,428 7
874,660 874,660 000000000000000000024722781b9c3a6720d4c4a0a090f1770383d82cebd2ee 1.97 MB 2,762 9
874,659 874,659 000000000000000000008b61c3d5409f3c3be2ffe12e5d3b6f3a537a82028310 2.25 MB 1,256 5
Previous 10 blocks ↓
Total Size: 709.27 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: 508.40 GB sent, 8.02 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.