Memory Pool Memory Pool Refreshing

36,378 transactions
23.45 vMB
Show Random Selection Loading Transactions
Max Size: 147/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,586 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 3,169 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,585 (347,882 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
514,703 514,703 00000000000000000019b33b4d02b214562f6c34db3a27edf65a4919ce9de425 0.22 MB 378 2
514,702 514,702 00000000000000000008d90440b2c3a8bd5583c9e7f88f80e117c2370b788773 1.16 MB 2,795 32
514,701 514,701 00000000000000000026e3c8a1d7f2f8c6c0034a7dd7c235dd5973c152ef3418 0.12 MB 206 25
514,700 514,700 00000000000000000033bb823c3fa165bb5b8f689590834f564d81ba39f2f7db 1.13 MB 2,283 28
514,699 514,699 000000000000000000485cfd6daf91da9cb323d8991562cf09216ecec0732c21 0.11 MB 196 20
514,698 514,698 00000000000000000005c47e7869901608f6b6957f9eb42441a4f0b08afe159d 0.39 MB 710 36
514,697 514,697 0000000000000000000c161d6cd4f51c1a3f6163f029b22eae6c8d34af04eb0e 0.02 MB 57 40
514,696 514,696 0000000000000000004e3ec618c04ed0df58f817a88e2b607d1b9f585d9224ee 0.56 MB 898 22
514,695 514,695 0000000000000000004e76cb0d8aa1ef12d046cf6ded361ce62f3ca7fcbd9cf7 0.24 MB 572 31
514,694 514,694 000000000000000000151208f69170d64b7af1da7f2ad7eb02a4a463cb958f41 0.73 MB 1,232 23
514,693 514,693 00000000000000000029d89c46cb9bf4fd2ef109428cd51cc41b9572f497d0b8 0.76 MB 1,430 26
514,692 514,692 000000000000000000466336c7338abb84ad8e774d6398b60059ddcd47ca2468 0.67 MB 1,363 26
514,691 514,691 0000000000000000000e05f8936709f09c42f05081f9c0728494e9555e1e8dee 1.09 MB 1,956 28
514,690 514,690 00000000000000000000942cc0d43f2addb87132c6e44788a04999ff6c209669 0.85 MB 525 7
514,689 514,689 00000000000000000011e2d1c501f8f0f0043bca833b89fef449e6f0f92961c4 1.13 MB 2,370 9
514,688 514,688 0000000000000000001f19ddb64b533fe814283d5b2cfd4af3933b8bf4a2f24e 1.15 MB 2,713 41
514,687 514,687 0000000000000000003390213cb42c309ae2f9147933b2136c73774d16267c95 0.60 MB 1,189 61
514,686 514,686 00000000000000000047424142b0f7f10f0f33bff9b5515345e7bb39e7efe9ff 1.09 MB 2,034 27
514,685 514,685 000000000000000000219f52f531800a870d0dad03a8a4f359637aa72ab1f9fd 0.39 MB 584 51
514,684 514,684 00000000000000000023c3cd4ecfa57db7fc54ee830889fb7ae17e7293210c0b 0.68 MB 379 7
514,683 514,683 00000000000000000035bcdec93089dc8cde37b127bf327aca27c6abb428ff4a 1.08 MB 1,923 17
Previous 10 blocks ↓
Total Size: 685.28 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,376.45 GB sent, 107.51 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.