Memory Pool Memory Pool Refreshing

16,849 transactions
39.87 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,918 000000000000000000032f140000000000000000000000000000000000000000 ago 1.00 vMB 3,762 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,917 (10,461 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
853,456 853,456 00000000000000000001089ebdeebffba2cb02df3d73b359ef3f34439eba3632 1.78 MB 3,896 4
853,455 853,455 00000000000000000001af7c742b51318e1ddf900990a6ff7b06d9eff9c022da 1.59 MB 5,158 5
853,454 853,454 00000000000000000000deeb9c69994db6f4b6e748425575d53beef3cd20a66c 1.47 MB 7,070 3
853,453 853,453 000000000000000000005b2f67c4fc89f41620f1ca833466582e9c5b4a657a0c 1.55 MB 2,857 6
853,452 853,452 00000000000000000001ef355c027f6e20f448f2d98b8f5834bc6a1cd641f8bf 1.61 MB 5,403 5
853,451 853,451 000000000000000000019522c91d9ed6265b02336a516c0107376eea1aaa76d6 1.76 MB 5,964 5
853,450 853,450 000000000000000000022c4d99868262c7d278bde06019443a89481e377b525d 1.67 MB 3,402 7
853,449 853,449 0000000000000000000220e86b3962fd41992b18418c324120db391ce77d0547 1.69 MB 5,977 4
853,448 853,448 000000000000000000014d21253d31a274452457048cbca3e0ad4425935b8803 1.56 MB 3,358 8
853,447 853,447 0000000000000000000076e906a4231c1606da7671eba097b53c5345b924a04c 1.62 MB 4,899 5
853,446 853,446 0000000000000000000188ac9f4dade879ee80a14d6c529833354fbe00ac4d7e 1.50 MB 6,720 5
853,445 853,445 000000000000000000009ba0134a7bd9650499d2b1526c1afa3d36061d49834f 1.54 MB 6,789 4
853,444 853,444 000000000000000000012a686ef6064b61cfd088e318b3c51cdf450fe68ca64d 1.62 MB 5,498 5
853,443 853,443 000000000000000000013ab60049fed086f5f5cdd902db64d02da5cf4ddb0573 1.65 MB 3,030 8
853,442 853,442 00000000000000000001e4f8cffa7febaa651e37e6801a6626e656b3af6161bb 1.54 MB 1,879 8
853,441 853,441 000000000000000000035d5bad54198131da184370f8dbca47a932fd5156c881 1.64 MB 6,883 4
853,440 853,440 00000000000000000001936dadc6b831c161e571217daabc2022475b90587f6e 1.50 MB 4,064 6
853,439 853,439 0000000000000000000346b3fc486e203e8ce38866f4491c9ffb6cdac4e019a1 1.67 MB 5,193 5
853,438 853,438 000000000000000000031453038b8f60d4b3be83fe8910200c11de2e85a6bbe9 1.64 MB 2,882 5
853,437 853,437 00000000000000000001370e9091cf2320c5dbaf35328a0e7c2ffdd4bc8184fc 1.58 MB 3,491 14
853,436 853,436 000000000000000000011074415a2a5047fa6a289629f627d553a088a50b40a3 1.61 MB 7,319 3
Previous 10 blocks ↓
Total Size: 687.86 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,531.30 GB sent, 124.59 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.