Memory Pool Memory Pool Refreshing

72,863 transactions
33.24 vMB
Show Random Selection Loading Transactions
Max Size: 185/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,321 00000000000000000002c4e40000000000000000000000000000000000000000 ago 1.00 vMB 3,682 21
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,320 (62,192 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
808,128 808,128 00000000000000000000f495df60bebb042af2a1f1c1426dea75fad137dceb94 1.99 MB 5,808 16
808,127 808,127 00000000000000000004262ad40e4e0fc1940d932a00f4de3d9fc276f9a6cae0 1.49 MB 2,528 14
808,126 808,126 000000000000000000025f775b52e2a600f4bf2d6387fdc59ae6d4195bf7249c 1.72 MB 3,582 18
808,125 808,125 000000000000000000036be797b96106f4eeb80d0c9c0d11f5fda27ba139ddc5 2.04 MB 4,081 17
808,124 808,124 000000000000000000023bf08afdc9eba035e52b577c05c2c64b20f76b7263cc 2.11 MB 6,865 15
808,123 808,123 00000000000000000001e1d49d42ec4986aeedeb9f5588a37e2508e599263d5c 2.18 MB 7,265 14
808,122 808,122 00000000000000000004efe38f5eeeaea9921331283e05f1235c2e77630a6d1e 2.15 MB 6,945 14
808,121 808,121 00000000000000000001baf733aa1b34d068881aec99252600c5aef8677fc445 1.73 MB 4,538 16
808,120 808,120 0000000000000000000151f066bc6d72b2bcdd4aca4d14884dd307e5ac155630 1.81 MB 4,403 18
808,119 808,119 000000000000000000013045b6b7918e48e23fbb2cafe3ad83320e0c6569aee2 2.01 MB 5,939 15
808,118 808,118 00000000000000000001bbd816929c92b618c2adf5ce3b64309230257af71b62 2.03 MB 5,772 16
808,117 808,117 0000000000000000000455818124799b063770c589504f1fb7e7270c05c59ea8 1.66 MB 4,015 15
808,116 808,116 00000000000000000004c56d7ad684c6575edc25374a472287e06e7f9c32c34b 1.76 MB 4,666 17
808,115 808,115 000000000000000000008871e71cf457948c087a705560bf500f325df728ac35 1.41 MB 2,805 23
808,114 808,114 00000000000000000005080b5a51ef2998b8e6a08d5f5f10284e44f786edfcbc 1.58 MB 2,620 17
808,113 808,113 0000000000000000000131ec9e01256bc1415f1ab2a12543f283c54ab6db2ac0 1.83 MB 5,160 16
808,112 808,112 00000000000000000004e33042d478a4d185b7a5c39e388a01e81933ec27c349 2.15 MB 5,912 15
808,111 808,111 000000000000000000043163858e79aa2d3b24854137fd7266554667f4e1ae1d 1.83 MB 5,067 17
808,110 808,110 00000000000000000000a49e1599db9fd7f9d747d4f2995570858b55bd580029 1.69 MB 4,221 17
808,109 808,109 000000000000000000006070cdddf68c03ef6a0ce9e15e23035d44a261e538cf 2.05 MB 6,582 15
808,108 808,108 000000000000000000020f9868d968c1caca26081ec79d9438d42a1aeb170531 1.99 MB 5,929 17
Previous 10 blocks ↓
Total Size: 700.05 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,228.94 GB sent, 210.82 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.