Memory Pool Memory Pool Refreshing

106,036 transactions
30.98 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,430 00000000000000000002c4e40000000000000000000000000000000000000000 ago 1.00 vMB 6,551 90
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,429 (456,590 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
413,839 413,839 0000000000000000020edfcbcd0df5a85d850a56ad7b1ed82a4d3a492a6f4f1d 0.83 MB 1,350 49
413,838 413,838 0000000000000000057ad9ad8c15a84a172c3a8839e05e8616e458a6796eca2c 1.00 MB 1,184 22
413,837 413,837 00000000000000000387361f68d1174b15d3b66fcda7c7a6fcfed4255bab624b 1.00 MB 2,550 71
413,836 413,836 00000000000000000249fab9176ac4fff140863cc52ec1f48d1083c886d75c48 0.88 MB 982 22
413,835 413,835 0000000000000000036096cd729479d8fc0aeb736862aaa2a42954eaa731d05e 1.00 MB 529 15
413,834 413,834 000000000000000001ce5950205b3b7fc52ae9258424e8597edca367d0bcaf39 1.00 MB 1,431 33
413,833 413,833 00000000000000000262d062b1af8e72051d7b488f1bd6fe6340251a29ccf480 1.00 MB 1,941 30
413,832 413,832 000000000000000004484e0ec8d8590b62891f2e9b1f732852d3823644b9f661 1.00 MB 2,568 51
413,831 413,831 000000000000000003f4058d4db3db606f7cc086a434c34f9a2e8de83f6cc18d 1.00 MB 1,707 45
413,830 413,830 00000000000000000242fe0318175e7b54f9b0665d53771d34976d2966e91f47 1.00 MB 2,550 63
413,829 413,829 0000000000000000008c35218900c5e69fee8f831196b9c7f9601574450e87a4 1.00 MB 2,206 66
413,828 413,828 0000000000000000009da799b48fa368705044c8d7bd43992b4953c64b9016c3 1.00 MB 2,015 62
413,827 413,827 0000000000000000041abb7a5a21f265cd6579c71376ab70f48b4e817a48dc3e 0.93 MB 2,687 98
413,826 413,826 00000000000000000379e2a5a5a8d7743365784f1214ae0fc1121526a83c444f 0.99 MB 1,981 41
413,825 413,825 0000000000000000035e81e3ce9127f21e95c4f2b371e4488739c27d5229f5c5 1.00 MB 2,710 67
413,824 413,824 000000000000000004613f6081ab9dff212ac84a8cf84d8710ec59c7e196b81e 0.73 MB 1,123 36
413,823 413,823 0000000000000000006f7b69d1692bc6c9681e7bdea34c417bc3dc2266f58a9f 0.40 MB 809 46
413,822 413,822 000000000000000003f9a73c4548c1bb74fa31a7c6c9353373e3bbdd92cfec78 0.45 MB 773 37
413,821 413,821 0000000000000000046b18b77da8c4c05fe081984ccbc7bb102e292fd5eb2a45 0.61 MB 945 34
413,820 413,820 00000000000000000171c22227d45bd9e639eb1339c98418a3c5af8f2a71bcd6 0.32 MB 43 11
413,819 413,819 0000000000000000031c1ed29af6c5163e970060c9e4dfb0e4ae146579597dde 1.00 MB 1,168 47
Previous 10 blocks ↓
Total Size: 700.26 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,287.58 GB sent, 212.31 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.