Memory Pool Memory Pool Refreshing

71,560 transactions
27.72 vMB
Show Random Selection Loading Transactions
Max Size: 184/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
861,990 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 1,638 18
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 861,989 (95,647 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
766,342 766,342 00000000000000000004230de843bcf0f7699ce27fd03a147f60e0a8ad49c0e3 1.54 MB 2,752 21
766,341 766,341 00000000000000000007e8d60dcc13146d8cb538a56afa70e50c9b88e45f9a73 0.07 MB 199 20
766,340 766,340 000000000000000000037dbfbec69b8656d29ff5225a91003581e1bf20724d5c 0.32 MB 589 16
766,339 766,339 000000000000000000012fc2adac76879d8fcd503cb02c858697da5a6021cf5a 0.80 MB 1,425 7
766,338 766,338 0000000000000000000596d9bc1bbca283f3540e73949715a05bfd26c5d668e3 1.53 MB 3,031 19
766,337 766,337 00000000000000000003dd50131fe44b4f6bdd1fab4ebab7dd75d8b936ae5d00 0.05 MB 62 17
766,336 766,336 000000000000000000066bde94c4ef30d0ee34a9774fc01f24bf465b2876629f 1.43 MB 1,917 9
766,335 766,335 000000000000000000020921665114b0b0829c458342b906a06402ddeea30156 1.69 MB 2,414 10
766,334 766,334 00000000000000000007b0f376a2a96c234030ea9ce1cd2bf0435024f5026925 1.64 MB 2,877 6
766,333 766,333 0000000000000000000556851749b2ffaae2e79552240818cf6a2b732babab0b 1.55 MB 3,333 23
766,332 766,332 000000000000000000009dc36d91ab39a23ca9b914d10884b5235b87225203ed 1.56 MB 2,698 16
766,331 766,331 0000000000000000000192c43fab649d31116bc94acdf5f77f35e9c23e4d5d6a 1.46 MB 2,887 14
766,330 766,330 00000000000000000002b0a6a5b467ce2fd20bf2a7b0ddbba1a2c51267eb5d44 1.56 MB 3,743 23
766,329 766,329 00000000000000000006f80ef99f54094b7a0c01c15df200a0af7c06a4276f13 1.46 MB 3,092 32
766,328 766,328 00000000000000000000d15786023cd13b7df75be2e2d3a332bf41c3492a114c 0.83 MB 1,670 14
766,327 766,327 000000000000000000041393fc4be1854f6a7274cf9d89f3edf4c80401324101 1.07 MB 2,000 13
766,326 766,326 000000000000000000018b991876b21dde1eabe8b6fd3cf2b2e76c591da95b60 1.63 MB 2,560 15
766,325 766,325 00000000000000000001b3917fe210678961168eb131da25fbf0f669fe544884 0.15 MB 340 16
766,324 766,324 000000000000000000077737b46c1a87a5b09beeab472b28a10938ba46627f9d 0.78 MB 1,680 16
766,323 766,323 00000000000000000005d71ab9bf898b2a7a123fd3bcb280d7440dea19302afc 1.48 MB 1,125 9
766,322 766,322 00000000000000000001267ca7e5c3904070624db47b5892d880b8b9db6d3703 0.32 MB 785 16
Previous 10 blocks ↓
Total Size: 684.14 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,328.83 GB sent, 99.48 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.