Memory Pool Memory Pool Refreshing

30,999 transactions
30.19 vMB
Show Random Selection Loading Transactions
Max Size: 182/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,349 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 6,530 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,348 (660 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
861,688 861,688 0000000000000000000246da5570462513b036c1b1fbcdda0fa0dfc7ff3c4756 1.74 MB 4,304 4
861,687 861,687 00000000000000000000fde077ede6f8ea5b0b03631eb7467bd344808998dced 1.57 MB 3,973 8
861,686 861,686 000000000000000000008ebf6c1f4ceb9539bfcbd18cdb366fa407277d91a9b7 1.64 MB 4,944 4
861,685 861,685 000000000000000000027c1b868de711e94ba86623b1e49a64344855d442e568 1.43 MB 3,223 7
861,684 861,684 00000000000000000001252e94197efb1f8574f8c6e7a1351b18ba9393072a78 1.61 MB 5,578 4
861,683 861,683 0000000000000000000075f144850f1a618d3a0c62d4b6e2850bbccee5d88d83 1.53 MB 5,699 3
861,682 861,682 0000000000000000000045b454440cbf8da328312170cf439b4f3fa713db8824 1.68 MB 3,338 6
861,681 861,681 000000000000000000019f07c064305e8b8f988cce2a8575a28122f01af3b77a 1.65 MB 5,691 2
861,680 861,680 0000000000000000000095f65cae538d516d40320b923f8e26b439f989f1519c 1.57 MB 3,798 8
861,679 861,679 000000000000000000012168b5c2d604c7f6591806a909d24813426b734516dd 1.66 MB 6,407 2
861,678 861,678 0000000000000000000180d9372bbca38cfe543235118190d03f129e872761a8 1.79 MB 5,679 2
861,677 861,677 00000000000000000001a927aac1087bd32a8a1be5dc9bc70a40284e60ff1574 1.63 MB 6,506 3
861,676 861,676 000000000000000000014849b896d29853f5452e14cc3df3b0a53299d8f89904 1.62 MB 4,569 5
861,675 861,675 000000000000000000002530f52ce2461f24e2dadfc25ca1b14cfaff8bb40147 1.70 MB 6,925 2
861,674 861,674 00000000000000000000d8f4f84325a4045bc5ed4959db4f275402637a60e02b 1.74 MB 5,376 4
861,673 861,673 00000000000000000000f85993ea6d6a9e15950bf262129a3660268908b9a713 1.67 MB 7,010 2
861,672 861,672 000000000000000000002f4bbfec09e13aea877019d25e8f75e007409fe34742 1.68 MB 3,162 4
861,671 861,671 00000000000000000001b5ffb177a73964edb68d799a62b010abddefa31db492 1.46 MB 3,391 8
861,670 861,670 000000000000000000007febee7a133194d62733c7c59c6326a4ae6c322a7e9d 1.66 MB 6,616 3
861,669 861,669 000000000000000000006a72c85f0625a3cfbcc90c2a9ca201b4fcd233d0ffc4 1.72 MB 4,871 3
861,668 861,668 0000000000000000000245ff3097b3de226d116bf150ad694cedb361a0b3cdee 1.64 MB 2,749 5
Previous 10 blocks ↓
Total Size: 684.83 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,364.86 GB sent, 103.79 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.