Loading Tool

Explorer IconExplorer

Memory Pool

79,142 transactions
29.46 vMB
0.08400988 BTC
Random Selection Loading Transactions
Max Size: 180.12/200 MB

Candidate Block

Mining Attempt 9167a4f4563517b68c248545c0fc9334912a5fa60f28b7ba23a7dcb084698f6a
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root 2a474b7a7c40ea92cf991272b2233d2d9cfee250c3afc9cd252552cdec433ade
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,340
Size: 1.00 vMB
Total Fees: 0.01926049 BTC
Feerates: 402.60 > 1.93 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (197,508 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
717,815 717,815 00000000000000000009056b4ba179878bca88118033c564a2663f51e911c52f 1,160 0.90/1.00 vMB 7
717,814 717,814 000000000000000000009dbee1a693a01f6f136d72bbda32955ee5f0753f1726 1,581 0.71/1.00 vMB 8
717,813 717,813 000000000000000000043fc1432d83b56f0cf5a4ef9b1f84d4b699abe0277079 1,256 0.60/1.00 vMB 14
717,812 717,812 0000000000000000000b47d1612f30dea8beeadf60597d9566ce2599966b525c 201 0.14/1.00 vMB 5
717,811 717,811 00000000000000000005cbf627097e751af97c665f67f1dec12c9b095508275f 1,033 0.59/1.00 vMB 17
717,810 717,810 0000000000000000000b591217e303e5a52f02f9a022046f14ea8de2dc4388a0 1,281 0.51/1.00 vMB 9
717,809 717,809 00000000000000000004cfe8f009871dc0b1b58989145580be3461e1275373b2 885 0.41/1.00 vMB 9
717,808 717,808 000000000000000000044dfc0d65e054c83eb2e29dcb5e6958767da78586dd88 1,336 0.53/1.00 vMB 10
717,807 717,807 0000000000000000000487c6194f4a1df156f85bd09c2e621a7585bf28400ecc 255 0.11/1.00 vMB 12
717,806 717,806 0000000000000000000883daada3eed0f209855a18c9f5112da4d80d0a5b57da 1,402 0.50/1.00 vMB 11
717,805 717,805 000000000000000000025889424605d698a14fc31ad5c355fd2ddaff06ec0e0f 1,330 0.65/1.00 vMB 7
717,804 717,804 00000000000000000004f636f0e2a40cc94acb840ff001ca77d4a54be0cad354 1,403 1.00/1.00 vMB 8
717,803 717,803 00000000000000000000d7bbf85aeb761870356f15acdba2e4d8c623c2127d6c 1,978 1.00/1.00 vMB 9
717,802 717,802 000000000000000000092638b2c63d15d147958589dc6044efb07f30b6f71d4c 2,766 1.00/1.00 vMB 8
717,801 717,801 00000000000000000000f0d3148ae726859acb42af24be66f3de726055777585 2,619 1.00/1.00 vMB 6
717,800 717,800 00000000000000000001f66ac0d7546ccbb3bc6a4bb1be44cfb5f9d34a0841ef 2,699 1.00/1.00 vMB 17
717,799 717,799 000000000000000000025ded0b2eb91e7cd31ceee2801aa6a9e79fa50384b124 2,514 0.98/1.00 vMB 9
717,798 717,798 00000000000000000004899c485ff3216f73f3edd3ca7e99dcf7a6286e0a8885 637 0.41/1.00 vMB 6
717,797 717,797 00000000000000000002636eeb5f960fde8e032e9f49a7d2e404291a335a40a0 1,424 1.00/1.00 vMB 4
717,796 717,796 0000000000000000000134d837bc4fdd8e9c236b9648faaef2edcc8d9d7e1cdb 2,383 1.00/1.00 vMB 13
717,795 717,795 0000000000000000000753b95e3c4e59ad37fea5d68d8e82ff5cd79e68764a60 309 0.12/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.95 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: 715.17 GB
    • Received: 17.66 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.