Loading Tool

Explorer IconExplorer

Memory Pool

38,742 transactions
26.56 vMB
0.10092857 BTC
Random Selection Loading Transactions
Max Size: 136.29/200 MB

Candidate Block

Mining Attempt 8457e2152888b139eec089d8cb15991b98d12a8fb255711513043b807b3ec178
Version 20000000
Previous Block 00000000000000000000624d4057b8824b6424cdc1dfd72c3851a194c52d8c6f
Merkle Root 12f4afb2f1713959b916bf91497e5b0464b37d1822394070fe8e10b41d59a6b7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,767
Size: 1.00 vMB
Total Fees: 0.03793463 BTC
Feerates: 150.71 > 3.80 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,705 (76,931 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
837,774 837,774 000000000000000000000dafdbdd4f684b344935e7573e6cf2cfad3e88c95902 3,173 1.00/1.00 vMB 20
837,773 837,773 000000000000000000027cb3cc1589db1adcc6745d0bc0aba51e0aa4dde3a531 1,118 1.00/1.00 vMB 5
837,772 837,772 000000000000000000004ef5b61634fdab1cda2a26f28f80ba12bc69ebae8cb5 2,497 1.00/1.00 vMB 12
837,771 837,771 000000000000000000031196b4e9d114d0f19aacabf493ba78f6d2cd019ee24e 3,997 1.00/1.00 vMB 7
837,770 837,770 000000000000000000014818a8cbb1f40eb2754f66c6904e2ffd31b54d197f52 1,282 1.00/1.00 vMB 6
837,769 837,769 0000000000000000000048e84d30d1e07e02c595da72a34bbebfa0f4c9378e0f 2,153 1.00/1.00 vMB 8
837,768 837,768 00000000000000000003280d087c38d893ea8fc404580e8942238835e70c4ebd 1,923 1.00/1.00 vMB 12
837,767 837,767 00000000000000000000db5fbfce695e0dfcffbfa3d3c1d4d4659b79d28ed39a 2,700 1.00/1.00 vMB 12
837,766 837,766 0000000000000000000214583e84da1ae4e34fc99b96f2bd5b8ba299fb1c122d 2,774 1.00/1.00 vMB 8
837,765 837,765 0000000000000000000238c7b226994c43f373e68538fe12a389477d922e931d 1,451 1.00/1.00 vMB 10
837,764 837,764 0000000000000000000082a834375376e1b05168e4a3bbc1632b50b93dfb3174 1,572 1.00/1.00 vMB 15
837,763 837,763 000000000000000000000ea8826b8e7c2e4cece28650920c6d69f8f06ed4d672 1,839 1.00/1.00 vMB 7
837,762 837,762 00000000000000000002efb0c898cbec06fa53ebdef28af44e1d796775e7d5d6 1,956 1.00/1.00 vMB 7
837,761 837,761 000000000000000000004cb15a44af24a6fab5daa56c52dc91d082b28588d943 2,356 1.00/1.00 vMB 15
837,760 837,760 00000000000000000001dd4ac6696e96a5ca98fa2ddd750445fada949f89191f 1,506 1.00/1.00 vMB 7
837,759 837,759 000000000000000000005d3fa8c9c95dfc06802282afd3bb8434037c570ee808 2,500 1.00/1.00 vMB 5
837,758 837,758 00000000000000000002cbbef573adf994f11b0f07f8fe8493340f492ee1a2cc 1,841 1.00/1.00 vMB 8
837,757 837,757 00000000000000000002be09b1d6081e57cd51bc91c5934750fcbd38fe2bd9f9 3,435 1.00/1.00 vMB 8
837,756 837,756 00000000000000000001c7fefa25a53c95327717d881cf6942b87669eefdc6d1 2,756 1.00/1.00 vMB 9
837,755 837,755 00000000000000000002260dddbedc12ee13dad32b658d9f4101791aede82d56 2,199 1.00/1.00 vMB 16
837,754 837,754 00000000000000000001a387cfdbccb20915a467e5dfa8a486bf4d1ea14a8a34 2,257 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 781.87 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 642.93 GB
    • Received: 12.57 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • 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.