Memory Pool Memory Pool Refreshing

51,222 transactions
19.56 vMB
Show Random Selection Loading Transactions
Max Size: 109/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
867,428 00000000000000000002f1280000000000000000000000000000000000000000 ago 1.00 vMB 3,799 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 867,427 (584,744 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
282,683 282,683 00000000000000017214691ed26275fee1fcc4ea50cc8fe16d82edf886ae5a0b 0.13 MB 292 49
282,682 282,682 0000000000000001db203e3771ebfb01156626444fecb0792818e5634c64c4bd 0.19 MB 355 45
282,681 282,681 0000000000000001389805008417d91edb82c748aa01781b3bbb4d51589b5c49 0.03 MB 79 41
282,680 282,680 00000000000000004807fea3fb789c17af6957248cfe5dd456fa7898f9534fff 0.01 MB 46 30
282,679 282,679 000000000000000189758c88cdf5f247a68f7e5ee71d631a49ab717fe2190506 0.44 MB 539 26
282,678 282,678 00000000000000017fd43714866da789074158a3b939da61a64beba3450332dc 0.25 MB 590 48
282,677 282,677 0000000000000001cd40bba5dbb358585a3846f0dec0a346d553614a66eee298 0.25 MB 766 59
282,676 282,676 0000000000000001a32aefe68042b1fc26d97d540a676d3e869ccc65a5581457 0.35 MB 530 34
282,675 282,675 000000000000000158b93c8685bf5cc4cc2ab5ebbbefe583199ff1f8b21bfb05 0.01 MB 24 29
282,674 282,674 000000000000000125d01fe620653bd078eb239e0038187ddb91ec309c7b4284 0.06 MB 68 36
282,673 282,673 0000000000000000f5da9600be933a06232529a066f3e75015dcb9b9e19d1baa 0.25 MB 410 43
282,672 282,672 0000000000000000a4cf7b1c04837b4bfbb34b3dcee48af5ba00ac117d1fb611 0.12 MB 170 33
282,671 282,671 000000000000000070d40addbfcfe7451ffe7843456943323940b8e5e3a10d95 0.24 MB 298 45
282,670 282,670 00000000000000016a2a0c0f086f8cb2bc9568fc90285d6e79e1ae2406cf90ae 0.11 MB 75 16
282,669 282,669 000000000000000066e2109da1021aaa9b6a2929de5db9e87e933897233cf35f 0.35 MB 372 14
282,668 282,668 0000000000000001a7d6cead8e11b11f4b2a4de85ad2dd17edfdfb66dcf10830 0.25 MB 511 32
282,667 282,667 00000000000000004fcfce29f7fb561213597ab0d51686d18c7cc26d32546fcf 0.25 MB 581 41
282,666 282,666 00000000000000002858b8adb388c5309a08359ba445e3206e542cbf55f7186f 0.25 MB 785 73
282,665 282,665 0000000000000001a1f1caf1723292c7bbdef24f4d5a778da91c0f966499306e 0.25 MB 452 33
282,664 282,664 0000000000000001a1e6b8183a0ad4b7fc525337b84c03eea1755464beb781fb 0.05 MB 123 126
282,663 282,663 000000000000000164d1dec0543bd33f1a9c720410b5cfcffe649d6ecd021b0d 0.24 MB 390 33
Previous 10 blocks ↓
Total Size: 694.42 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,914.96 GB sent, 175.62 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.