Memory Pool Memory Pool Refreshing

65,351 transactions
27.19 vMB
Show Random Selection Loading Transactions
Max Size: 160/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,069 00000000000000000002c0700000000000000000000000000000000000000000 1.00 vMB 4,790 11
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,068 (17,229 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
854,839 854,839 00000000000000000001d916b0e7e3b797b6a4aa918f6b28242aafb1b5ff6aa7 1.59 MB 3,505 5
854,838 854,838 00000000000000000001568d00e4f1afa5f6e4dd9d47e8070013b52c961e4498 1.83 MB 2,770 7
854,837 854,837 000000000000000000030224688c216d4efc4b1f0e157238ea8b045227a21576 1.72 MB 3,311 7
854,836 854,836 000000000000000000024a082ebcdf8aa86cb8e13b795d10990f02f31c979b38 1.87 MB 3,394 8
854,835 854,835 00000000000000000000832e4f2f49094f8808c8cb17724662189a02c554b86a 2.11 MB 3,639 6
854,834 854,834 000000000000000000007814821e27ca55a3257b8c453207cfb1a3fde9169e12 1.54 MB 3,329 13
854,833 854,833 0000000000000000000305997d77eb12ce85ef13f6e4853b89765547f986672c 2.41 MB 3,579 7
854,832 854,832 0000000000000000000092b4c0b335cf6ecec1e5a9f4d15f91301b695b99e3aa 1.60 MB 3,165 10
854,831 854,831 00000000000000000001704053a0a7b729590fe7aecda419e426433ef6c85e42 1.47 MB 3,622 9
854,830 854,830 000000000000000000012f61ebf8861c708c0daf16bddd74546c7b2da2e7ff99 2.20 MB 3,574 6
854,829 854,829 0000000000000000000310adbdaab212e854536d8dce4d472388681574bf733f 1.57 MB 2,766 8
854,828 854,828 00000000000000000001aac21570d682734fc9729c5af059d65557e2b74d761c 1.56 MB 3,517 10
854,827 854,827 00000000000000000000555d5d59c1efd8bfe7e322fae74973d483b87ca7f14f 1.61 MB 4,194 7
854,826 854,826 000000000000000000022462cbfa2a3272ebd08ac6fe705ba7a96ce03ef4c099 1.50 MB 3,428 9
854,825 854,825 0000000000000000000312b70214aeca477bc12d15c5724a9d32b192ecb840f6 1.63 MB 2,848 9
854,824 854,824 000000000000000000028637ecf912e06f45ec99ba3348c9f1f0b9585a1ef84a 1.50 MB 2,415 10
854,823 854,823 0000000000000000000127225b13c94b8d9862fa9c015b1410557cde883aa5a9 1.57 MB 3,316 19
854,822 854,822 000000000000000000018512e2783902305a60d79e79a2376b4eb6f3fa39471b 1.60 MB 3,205 14
854,821 854,821 000000000000000000015f39d0676688585beb711a2979065780805b9dab5cb4 1.57 MB 3,628 9
854,820 854,820 00000000000000000002944c1ece8a88ef147779f4b5a91150c71a0b9cf5a115 1.47 MB 3,192 17
854,819 854,819 00000000000000000000160b6a004adcde54408351b2a72a66a96df36b16f638 1.57 MB 4,037 10
Previous 10 blocks ↓
Total Size: 703.33 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,589.19 GB sent, 233.67 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.