Loading Tool

Explorer IconExplorer

Memory Pool

77,578 transactions
28.82 vMB
0.07362727 BTC
Random Selection Loading Transactions
Max Size: 174.81/200 MB

Candidate Block

Mining Attempt bedfc8e9e6a9f17a51305145359b1258fe2a95afc2fd4f5b2aec519548e1237b
Version 20000000
Previous Block 000000000000000000015c2f9dfa0c74d1f310284e6448425037dce28d0417a8
Merkle Root 45c687a86cfdc1eacd7e83912e28107ccff64bdade38f96d15b502f47c2d3a02
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,839
Size: 1.00 vMB
Total Fees: 0.01361575 BTC
Feerates: 82.75 > 1.36 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,157 (861,283 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
53,874 53,874 0000000007552806eb8727af3ec2054724c4bfc7f56c4cefd6c03aec65ddbe97 1 0.00/1.00 vMB 0
53,873 53,873 000000000cfd4427b3dcaa9902b4b2e8b3d876c971769a4743b19ca72ec4cfe0 1 0.00/1.00 vMB 0
53,872 53,872 00000000046f459af90c0a55b9199b5a02b230f0587d50a842b8b95c80178715 1 0.00/1.00 vMB 0
53,871 53,871 0000000013504400845d8f8df954c4e7a52d66ce0feac5b41b5a264a72a65263 1 0.00/1.00 vMB 0
53,870 53,870 00000000046fb7345a0ae1a4f599fa31600c81c152aef3cba3fa72520f4267b1 1 0.00/1.00 vMB 0
53,869 53,869 0000000000b8a7f9366164f7dc5451b5c5dd98a4ebc6384e85e7e6bc765c9528 3 0.00/1.00 vMB 0
53,868 53,868 000000000562678b6ef48794a3a77598626440b13b79e5504ee3c9cbfc51ff34 2 0.00/1.00 vMB 0
53,867 53,867 0000000004d5b4d0123aa86abf7b31467a6458e921754ea28a7404bd48cf3add 1 0.00/1.00 vMB 0
53,866 53,866 00000000119d72b7440835641839fd9a084d0aeaab01ee9c3b0876dcd41f0f7e 1 0.00/1.00 vMB 0
53,865 53,865 0000000009f0132598f3544a3e1bec8ebaab9b6afe564b890fd6a13abec186f4 1 0.00/1.00 vMB 0
53,864 53,864 000000000e88b670601ad333b22ac949748eb44e64af1bd3a97f56e74b64751b 1 0.00/1.00 vMB 0
53,863 53,863 000000000d444973319fea34ef4c2f2ef178f713cfd2c3529102a2c7a230a1e4 1 0.00/1.00 vMB 0
53,862 53,862 000000000f3ea7b82f1781d6362a86479560131c5c19751923f6de6da9dcf2f5 1 0.00/1.00 vMB 0
53,861 53,861 000000000f29c7a81a9ea0ce12b345c923df2a006ce932c5a777995f234b0182 1 0.00/1.00 vMB 0
53,860 53,860 000000000fc9cd7253dade44042e4151e88d30b861f179c576a1bc94f16296ad 1 0.00/1.00 vMB 0
53,859 53,859 000000000dce357e38c66ef6c8fd4f8c67931e9353cfc061038f94bf45672ba1 1 0.00/1.00 vMB 0
53,858 53,858 0000000005e6ad15bde95ae679740800a6533d9a10647d4a5aea937294bacbbb 1 0.00/1.00 vMB 0
53,857 53,857 000000000d9312b696169d5380f0d504a6bbd28055f0e752c3197ea6b76f000a 1 0.00/1.00 vMB 0
53,856 53,856 0000000015070a8fb2ad3688dab93e6a504d132ad3533f79d4f066a5dceb8fcf 1 0.00/1.00 vMB 0
53,855 53,855 00000000025595a510f50b995bc7a665092e1b3916ce48c82a47d057c547c806 1 0.00/1.00 vMB 0
53,854 53,854 0000000004de594a39b213e696ba472ac9e88fea23be724bad6d522fd62006de 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.67 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: 673.09 GB
    • Received: 16.38 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.