Memory Pool Memory Pool Refreshing

73,287 transactions
33.21 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,318 00000000000000000002c4e40000000000000000000000000000000000000000 ago 1.00 vMB 3,754 22
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,317 (10,588 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
859,729 859,729 000000000000000000013012275a9e17b2e6db55d9eb8690cdb3d60704e0f893 3.04 MB 1,739 5
859,728 859,728 00000000000000000001eff0424febed40d3bc9a9593b793184d47cd9503ff8a 2.55 MB 1,703 8
859,727 859,727 00000000000000000002aecea2737e0718878b6a645e95fb9bf43c6885b99321 1.87 MB 2,771 11
859,726 859,726 00000000000000000002d0528048daf100b6485ac68838d7f9c8a46a3bebfcf9 1.78 MB 2,723 6
859,725 859,725 0000000000000000000139ab91277fecafe51d548ab787ed793e226dedbc70f1 1.61 MB 3,075 8
859,724 859,724 0000000000000000000098fcc42c9bacec801c968174eb85096a2aa16c5c5c15 1.59 MB 3,517 11
859,723 859,723 0000000000000000000212531a42ccb6294693cf93187601de71fd7c9eb23e70 1.59 MB 3,051 8
859,722 859,722 00000000000000000002b5958133341e7bfa395038f3927bf1fc7ea39d83ea22 1.61 MB 6,858 3
859,721 859,721 000000000000000000015d2af35c22c451c6e26ea314d9e4dbada289448df2e7 1.57 MB 3,564 5
859,720 859,720 000000000000000000019e834c6d4eb80490f0f21d07ed8ceea19c4029a19d79 1.59 MB 5,901 3
859,719 859,719 00000000000000000001fb1cd63a537f98542bd5864618a02c1e9170b89df4b0 1.55 MB 5,616 4
859,718 859,718 00000000000000000002a0747e9e1e900d32d61422e5592b2e1ddeeaf6afa981 1.75 MB 4,441 4
859,717 859,717 000000000000000000000846dab0618b6c83bed7316ed706d70769bfae3cdae1 1.67 MB 3,232 7
859,716 859,716 000000000000000000015dd251271aa4e14f39b8f58fa64a922c84c752209d9f 2.00 MB 1,840 6
859,715 859,715 00000000000000000000dd9feaf198233149b622668f7e980d381dbe8bc1706e 1.80 MB 2,995 10
859,714 859,714 00000000000000000000b6e0b8b4ae4f8d20a420685cce43a546135423ce0b97 1.66 MB 6,955 3
859,713 859,713 00000000000000000002c0356287f1e3024dfc30bf7a381896f739d63ef2a48c 1.89 MB 2,967 5
859,712 859,712 00000000000000000001795d39a6acab2f816e2814d669bddb64599b7484f45f 2.56 MB 1,732 4
859,711 859,711 00000000000000000001fc86ea3c64c6f86aaaa9381ff53c953447467c2bdb18 2.44 MB 2,163 6
859,710 859,710 0000000000000000000308b1f1de85aa52fd6b73cc8a1625a13d687039b19fbe 2.75 MB 1,991 5
859,709 859,709 000000000000000000006b12a63fbf9a7b45f0e0b64e5ae7afcd86789841d10f 2.21 MB 2,399 9
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.86 GB sent, 210.79 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.