Memory Pool Memory Pool Refreshing

82,933 transactions
28.37 vMB
Show Random Selection Loading Transactions
Max Size: 170/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
867,228 00000000000000000002f1280000000000000000000000000000000000000000 1.00 vMB 6,180 46
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 867,227 (455 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
866,772 866,772 0000000000000000000024eecfb1bf7abc425fbfe68583c62bff02137e9472e3 1.68 MB 5,148 12
866,771 866,771 000000000000000000009d1db9ecb50040b60cf0c8022684753a735be06eba44 1.46 MB 6,750 11
866,770 866,770 000000000000000000017040ec3705f6e69f1a1fbdc708f78a09b11b330ff792 1.47 MB 4,830 15
866,769 866,769 00000000000000000002f30b36c6e1973b07b8d03033c95349f978d64951492a 1.47 MB 5,847 14
866,768 866,768 000000000000000000014f704ddda6eacbe51347e22505bccf2e49719448f153 1.54 MB 6,547 11
866,767 866,767 0000000000000000000092f9f11236b90083acc037ed3e98ff686772ec2ea95f 1.48 MB 6,274 14
866,766 866,766 0000000000000000000154512c69171c9bab732e29cb322c67a344c759012b1c 1.54 MB 4,637 16
866,765 866,765 000000000000000000029a5106d3327e72787cc176558ac7a88b9e541a7a9d7a 1.61 MB 7,328 10
866,764 866,764 00000000000000000002e14a7b4189ff3d26608f256d835ad35ca0bb414baf1a 1.54 MB 6,541 11
866,763 866,763 00000000000000000002483534be62a221fe4a11d3fc61736708fb09b5e99530 1.47 MB 5,645 11
866,762 866,762 00000000000000000000caf0ab516d253bcf50d1b48760373016e5d094f80cb0 1.52 MB 6,710 14
866,761 866,761 0000000000000000000065b6c07421f774d7532a0f38476b91898f3aa3dbf016 1.53 MB 5,923 15
866,760 866,760 000000000000000000023c784b8138fae0208d6dde9d880cea3e5cfccbb1142e 1.52 MB 5,193 16
866,759 866,759 00000000000000000002fa4d175907b294f951386042a8f0b763398bd16acbe3 1.51 MB 5,163 18
866,758 866,758 00000000000000000000376340a6ed3f0b9c6619e63760a3c3158470aa780462 1.50 MB 6,657 14
866,757 866,757 000000000000000000016d0d82d59f40b8b9edc8f66154872266022be785e42e 1.53 MB 6,257 17
866,756 866,756 00000000000000000000d2e70bd61e837044bb4717005c84a8a8cce36332511b 1.43 MB 3,840 15
866,755 866,755 00000000000000000000e85906860a3afa73781a6c290824f8733f4cebe63f21 1.51 MB 3,851 22
866,754 866,754 00000000000000000000eb58e39f5fb72fa5d93a33a2830742eac56bc90eae60 1.53 MB 6,313 13
866,753 866,753 000000000000000000002be94754ca42927a5b7ec7664104a5ecacda2e6b5776 1.48 MB 6,660 13
866,752 866,752 000000000000000000025adcd4670b02dbf6cf09195ddf80ee3bb3d2b49cd4cf 1.47 MB 5,928 18
Previous 10 blocks ↓
Total Size: 694.02 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,900.34 GB sent, 173.38 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.