Memory Pool Memory Pool Refreshing

6,023 transactions (2.49 vMB)
  • 1 sats/vbyte = (9 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,785 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,086 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,784 (824,327 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
84,457 84,457 0000000000039799efc93cc70c51e13fa7695e415897e9c744254d46829c3ac8 0.00 MB 6 0
84,456 84,456 00000000000d6e3de0e459cbaf3e39e99d4ac4ca696ad04c1934fc762e726cd3 0.00 MB 3 0
84,455 84,455 00000000001ddb1e5acb4a4943f50b3d923870b1223764637f264e9fd426c4f3 0.00 MB 1 0
84,454 84,454 00000000002d4eb91e14f1e31210e1a46f6df3afbe0ec0f75500a4ea7cea2420 0.00 MB 3 0
84,453 84,453 00000000000882bf825842ee1bdf55fbb81deee58b82eaa807ab24ea360a1736 0.00 MB 2 0
84,452 84,452 0000000000136c6654a613b6ec8da87bce83212846bd594d6d74dc7dfaeef5cb 0.00 MB 4 0
84,451 84,451 0000000000067e70897bfd6d0bd26ba9daa3a2fc15ec09182fcbf9b0c3bfea7b 0.00 MB 1 0
84,450 84,450 0000000000278cbbf86bfc8486df8f57131fc7a6b497cd2db7180027efc7b516 0.00 MB 3 0
84,449 84,449 000000000004ee33e64d2827b211a995c9f8d4720cdc63bc23ff12e4690b24b8 0.00 MB 4 0
84,448 84,448 0000000000224a5c90fe2d9f2a26008120d1c80ac6fea093b1ebfd7fbd31eda2 0.00 MB 2 0
84,447 84,447 0000000000161407f44976daedd95479fa7e897f1eb696e4cae8394a5e36822c 0.00 MB 5 0
84,446 84,446 00000000000c6c08f5b4d9dd90ce220bbee8aa9152da0678aaf4bfb68b9494e4 0.00 MB 1 0
84,445 84,445 0000000000270ec113f8638d0b2d5884fee30e76b403c599ce54876932e567f1 0.00 MB 1 0
84,444 84,444 00000000002d52063c0dfd7d6ce6129e632c7ab567414c3b40a9f37dd6b7bb11 0.00 MB 1 0
84,443 84,443 000000000022139e913f72746c4ebd839ff4c4dfd0b19e9305c8e57b342e71e9 0.00 MB 4 0
84,442 84,442 00000000001fe06369bf979a7e3394756de1b7a68b970e0e94ba5ab351b7375b 0.00 MB 5 0
84,441 84,441 000000000007e82495ac217a9deb08e7d12bee69697f796950b62450ec49c2ce 0.00 MB 1 0
84,440 84,440 000000000027224018aaaf62eb76aae4cf62435a8875081c5fa9fc82e34773da 0.00 MB 3 0
84,439 84,439 0000000000304831ea0173731c77df708642e56871405d71a4f62332d5bbfcd2 0.00 MB 1 0
84,438 84,438 00000000002a208e5bb16d6a6a1dcce88457dab57dba687cd3bc13d7c0338441 0.00 MB 5 0
84,437 84,437 00000000000856bba556efb3e9bbd46557a04dcc2a4961ef3c46a838064b0268 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 771.16 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,857.07 GB sent, 102.84 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.