Memory Pool Memory Pool Refreshing

46,344 transactions
18.99 vMB
Show Random Selection Loading Transactions
Max Size: 119/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,163 00000000000000000002c0700000000000000000000000000000000000000000 1.00 vMB 4,020 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,162 (39,102 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
833,060 833,060 000000000000000000001804c9510b7c3ea5c09c69818458ef1d1685983b4c23 2.01 MB 3,002 61
833,059 833,059 00000000000000000000aad9cbe4ebfd9fb8582d176a01009865522496de6821 1.70 MB 3,287 52
833,058 833,058 00000000000000000000f1fc3f268fc77271f53fb259291b8ec5b8dc8fe825b3 2.01 MB 2,917 57
833,057 833,057 0000000000000000000283f5c8da2a405a8091df9f3dd2a314c2dc87121efe49 1.77 MB 3,266 48
833,056 833,056 0000000000000000000144dd4721941cba58f68dd9b70f19eb14fc77b936df1f 2.15 MB 2,724 57
833,055 833,055 000000000000000000035263bac1959e65561b77414c38b38e0263b3c061aa05 1.57 MB 2,690 48
833,054 833,054 000000000000000000022c7764022496e9e3dd5fa0e7a0d8ec85a0b945f3e0e6 1.65 MB 2,840 52
833,053 833,053 000000000000000000009acdc318b13ab045765e3921f332d5996fd9c13fa188 1.75 MB 3,063 65
833,052 833,052 00000000000000000000a528d9ba5d8a6fd42bf89fca34f13738be41268dfb61 1.60 MB 3,433 55
833,051 833,051 00000000000000000002ab4fe54e7406f7ddec9d92026b8757e75409e27ad5a5 1.70 MB 2,992 60
833,050 833,050 00000000000000000001eeb57fe0cde7e97a7214407c78852432f51afb57f49d 1.58 MB 3,049 68
833,049 833,049 00000000000000000002a7c644f5f9177471f94660ba9477b8ee6125621bff9f 1.64 MB 2,872 65
833,048 833,048 0000000000000000000076f20c4701729007ce61d24fb4600fd6ca5727bfd7dd 1.81 MB 3,638 54
833,047 833,047 0000000000000000000155e0ccd15b607148813aa236fab2c113fe3708cba948 1.61 MB 3,156 63
833,046 833,046 00000000000000000000fdd170ce54b9b3f122247819e81c0195cece13d8eda6 1.63 MB 3,179 56
833,045 833,045 00000000000000000001e81d35aa111805a51a38914c64c459fb69b58746c571 1.72 MB 2,716 61
833,044 833,044 0000000000000000000113713d951e48b5e4a689a27b6b561a44407ba0584609 1.60 MB 2,515 64
833,043 833,043 00000000000000000002d208fa5441e5edadd8dc69638fc1049284823a2502d8 1.63 MB 2,993 60
833,042 833,042 000000000000000000007b239a5e944b9525ecd657915f4073ce015900d89872 1.78 MB 2,950 56
833,041 833,041 00000000000000000000ef42430995eeb8907d77049c8ef5b872ebcc069701f6 1.75 MB 2,840 55
833,040 833,040 00000000000000000002a3c641440a73d29792df00e394242e3a34689fcff862 1.59 MB 2,753 66
Previous 10 blocks ↓
Total Size: 703.50 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,594.86 GB sent, 234.72 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.