Memory Pool Memory Pool Refreshing

46,454 transactions
23.06 vMB
Show Random Selection Loading Transactions
Max Size: 143/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
871,600 00000000000000000002c0700000000000000000000000000000000000000000 1.00 vMB 3,691 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 871,599 (515,036 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
356,563 356,563 0000000000000000141db13dda59b020666a9d537ecc7c67e6b96ac961a9ec97 0.05 MB 107 14
356,562 356,562 000000000000000003e8487d8ab24e0652e4b3e61d50affaaf4120c5905f76fa 0.56 MB 995 27
356,561 356,561 00000000000000000dd62cccd8c759453151ceedd4003707fd4e32806dec0361 0.15 MB 316 19
356,560 356,560 000000000000000015f0cdf7851b2ec551bb4333962c60ebdce86ca95fd8db9b 0.75 MB 1,578 31
356,559 356,559 00000000000000000f413fadf85f20d355f61b3ae3c1a767ed181a94a775ed9c 0.00 MB 1 0
356,558 356,558 00000000000000000993b2058f02fc92d20ccb1486fe274e005778b3dfcc419a 0.35 MB 528 12
356,557 356,557 0000000000000000114eef7c0b0192bf4c99cf35f8300739c151804b341f7d58 1.00 MB 1,296 19
356,556 356,556 0000000000000000027bb861b0bab1976dc92db4521b3d6a07398c56657c0b98 0.75 MB 2,167 37
356,555 356,555 00000000000000000431d05b34b33b99a0fa94418feffdb5e6327ca6cb78a62b 0.75 MB 945 17
356,554 356,554 00000000000000001464afc0a345d68c189e23f530ce41d789b45b68790ccbb8 0.90 MB 2,514 38
356,553 356,553 00000000000000000c6d340b7967155869c216c7589a122e96790379184f1bc7 0.19 MB 331 15
356,552 356,552 00000000000000000b0dcaaaa58073145388ee7d755a4835867aba92ca7cfa23 0.90 MB 1,672 29
356,551 356,551 00000000000000000d1deeba549681381172cca5e49e558160bef2122318dffb 0.59 MB 1,021 27
356,550 356,550 00000000000000000ed67fe2423009fa856a1b0f6a2d81a20b8f72470921a1d5 0.06 MB 120 24
356,549 356,549 00000000000000000e0007f267f9d16c59ecca4fd1a5ebc12eeb6284e69db24b 0.05 MB 96 34
356,548 356,548 000000000000000002bb0015dad169373763ad6338ca1e250138ac403756fdf1 0.05 MB 64 13
356,547 356,547 00000000000000000a616a7a2d71ad584e8cb8608e7cf0d038f93a78db94ac0a 0.31 MB 653 29
356,546 356,546 0000000000000000085d181e1d1f332a43bbf51ce9e93622a907ef00b4df1968 0.40 MB 819 31
356,545 356,545 00000000000000001620efb590732ade0444511d1a4ba9d6e605388cd88dc683 0.17 MB 334 26
356,544 356,544 00000000000000000751c84c5b321232e510ec9e040b5f56a862dbfbf10f6658 0.60 MB 791 18
356,543 356,543 000000000000000008be9d4ec79f9f30da211c695f20b88c0731f4881414c92e 0.75 MB 1,988 38
Previous 10 blocks ↓
Total Size: 702.45 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,544.73 GB sent, 227.76 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.