Memory Pool Memory Pool Refreshing

1,976 transactions
0.58 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,795 00000000000000000002349e0000000000000000000000000000000000000000 0.57 vMB 1,976 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,794 (40,989 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
866,791 866,791 00000000000000000001159d03cf856412c3ccd6c73467b3f87f0fb42a91ee8a 1.57 MB 5,743 16
866,790 866,790 000000000000000000020dc4db28ea6b63b56c147ea40b6c48c4a9ea058ed2cd 1.57 MB 6,094 16
866,789 866,789 0000000000000000000287cac29811a17e163ffab03f67049ab3b4ff5047f6d5 1.60 MB 4,256 21
866,788 866,788 0000000000000000000158c7ea64344105dc0fc130106eddfac477f6b188feb1 1.57 MB 5,395 19
866,787 866,787 00000000000000000001c2e30fd828c8ce16a467a2506a1b04a4451392170f37 1.52 MB 6,259 18
866,786 866,786 00000000000000000002f76c2d5d5a98803a010d0fb0c166f16ebef2dbe28f6b 1.53 MB 6,431 19
866,785 866,785 00000000000000000002fca4e44a2ccb87a14b3e04be493dd466f7a946175d97 1.50 MB 4,399 25
Previous 10 blocks ↓
Total Size: 769.16 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,632.68 GB sent, 93.66 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.