Memory Pool Memory Pool Refreshing

87,452 transactions
27.79 vMB
Show Random Selection Loading Transactions
Max Size: 183/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
866,827 000000000000000000030ecd0000000000000000000000000000000000000000 ago 1.00 vMB 3,802 18
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 866,826 (14 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
866,812 866,812 0000000000000000000029ecfd3bf0c664cd45fbb8c96b7800d80e5be2079cc2 1.41 MB 4,981 18
866,811 866,811 0000000000000000000046b1a832f8683635f815ebd3cce82d2110b896265a7a 1.54 MB 5,410 18
866,810 866,810 0000000000000000000261982fd049962cb283fe1b1e4a981adc202d98ef75c4 1.53 MB 6,626 15
866,809 866,809 00000000000000000000e1c30f6b0246b369e4d91be9292c28d348f8ee6d96de 1.50 MB 6,359 18
866,808 866,808 00000000000000000000022dcca329221187b83a8eb7cfb93b878f62cdcdd885 1.59 MB 4,767 19
866,807 866,807 000000000000000000011c58d06536d2c1453a4742274efc2d4456921f027e98 1.58 MB 4,676 20
866,806 866,806 000000000000000000011cfe7119d85acbc791e5c25cd3ea99ad67bb87c65adf 1.59 MB 5,981 17
866,805 866,805 00000000000000000002113c2108174c0550bec7f3737b78191335a44cc338ae 1.60 MB 5,645 19
866,804 866,804 0000000000000000000248d736af793bbfcad5541979858c61aa9a882573b67f 1.63 MB 5,760 18
866,803 866,803 00000000000000000000bb6ab65c7d67ac6001c33fb50a95d46ecc9786a7fac9 1.72 MB 4,297 22
866,802 866,802 00000000000000000001e0f2eb6198668dfd443e77939aef6617142b9a230f9c 1.82 MB 2,995 19
866,801 866,801 00000000000000000002fbac49291329bb2b3ee40ca010265fd8d33aae49c388 1.80 MB 4,859 24
866,800 866,800 000000000000000000023bc466f6d7d4395b482b7e56f6f8d2a299dbda9c4fac 1.62 MB 4,181 25
866,799 866,799 000000000000000000018785de91a879d134ad6c78989fa3ba057be2d11a3583 1.67 MB 5,614 22
866,798 866,798 000000000000000000028ae70db68c7f1a3bff2c1263a2468da5239a52c64dfe 1.57 MB 2,177 16
866,797 866,797 00000000000000000002d24f0cea66961fb720675fdb539a80c1ea0a50e51665 1.77 MB 3,742 18
866,796 866,796 00000000000000000002c18fce78f75afa73e15ad09b7badb1b28a06e998a553 1.68 MB 5,686 16
866,795 866,795 00000000000000000001e03cbc848cf4bc14de325e215117754fa4c0600cfb0c 1.64 MB 3,856 18
866,794 866,794 000000000000000000007fd0f3084e3c96de3647390f0c35e80a53b507fc306c 1.63 MB 5,685 16
866,793 866,793 00000000000000000000b7e506f5cf43fd1cb5a32fa439664222b5aaf46c1a10 1.52 MB 5,540 16
866,792 866,792 00000000000000000001987a9694b7c8e890f16881d45b28138c27ee4eb09b77 1.55 MB 5,516 17
Previous 10 blocks ↓
Total Size: 693.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,874.13 GB sent, 167.17 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.