Loading Tool

Explorer IconExplorer

Memory Pool

78,918 transactions
29.23 vMB
0.12079618 BTC
Random Selection Loading Transactions
Max Size: 176.28/200 MB

Candidate Block

Mining Attempt d6047220af8a71c710e82f11009274edf81a78ba6fd3fdd33901a1dc0fefd5d1
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root eff6bf0e4975ab4e56176138629e0beaa1f126b4d3dd3015aeea81344969c74b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,173
Size: 1.00 vMB
Total Fees: 0.04386048 BTC
Feerates: 150.80 > 4.39 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (247,656 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
667,609 667,609 000000000000000000094337ceb5519fcb9486db724fb71a5be154aa145349cb 2,908 1.00/1.00 vMB 78
667,608 667,608 000000000000000000065731898b46f1c5ace96d06c95a4f5a6d798445452570 2,893 1.00/1.00 vMB 96
667,607 667,607 000000000000000000046f68f4e5304f2a7dfbeb8b5bda8f1232a2a4ee9efc88 2,750 1.00/1.00 vMB 75
667,606 667,606 0000000000000000000600dc5df3016457a3f104481b4da60d8a4f69a9582831 2,831 1.00/1.00 vMB 88
667,605 667,605 0000000000000000000637ac1af103b82b806c31b21943dfff8b1b422fdaf8be 2,851 1.00/1.00 vMB 92
667,604 667,604 00000000000000000001a78cb4d7213cf4cbf4552baa80cf58af15a8423dd0ff 2,777 1.00/1.00 vMB 105
667,603 667,603 00000000000000000001891195c6227e4618a243fc9aae2a8ddf4e3eccc26f30 2,812 1.00/1.00 vMB 111
667,602 667,602 0000000000000000000414ca2eb88a8baa8e5d735987a98a383ffa5130209449 2,651 1.00/1.00 vMB 81
667,601 667,601 000000000000000000067501fa391aa55e9ea9afcc0b9b8cd081e3beb44de8d6 2,862 1.00/1.00 vMB 81
667,600 667,600 0000000000000000000d00eae6c43c8d087ac1878274b9c4bab8aece6aecf744 2,766 1.00/1.00 vMB 93
667,599 667,599 0000000000000000000aea5a2e3d96dd659666597423185826b0a88d41b73faf 2,893 1.00/1.00 vMB 98
667,598 667,598 00000000000000000003b0332e78780cb28d9f65ea89a2bd8d18a26cc721bf5a 1,015 1.00/1.00 vMB 77
667,597 667,597 000000000000000000009afb0b3bc35199b03fe90896df47bb0c7ac253e17df8 1,705 1.00/1.00 vMB 80
667,596 667,596 0000000000000000000c8543d52ccb2bc9b4658b8288f33379994722ee801ded 2,509 1.00/1.00 vMB 68
667,595 667,595 00000000000000000005bb9892841c077fbd5da96146aaf3f20bcca1ce83de30 2,961 1.00/1.00 vMB 92
667,594 667,594 00000000000000000003c7e26ce4bc7159ba01e2b5f1ef995ab07dae6568051f 2,673 1.00/1.00 vMB 92
667,593 667,593 00000000000000000002bc5d7f5bfcca77a89e7377f4651ba2811e5f7bda2cf3 2,607 1.00/1.00 vMB 116
667,592 667,592 00000000000000000009e010438c66fc91d8df342a8722eb556994ed333206ab 2,760 1.00/1.00 vMB 43
667,591 667,591 00000000000000000003ef66e0a5c25257dad7c4a1a68d1078724648421b1e8d 2,505 1.00/1.00 vMB 94
667,590 667,590 000000000000000000088b869ed9a84167a973c58d7d67bfe3d7cb97d5e3271e 1,950 1.00/1.00 vMB 72
667,589 667,589 00000000000000000002706e74e830a1833c7d9994667874e77c80935c8d691c 3,013 1.00/1.00 vMB 94
Previous 10 blocks ↓
Total Size: 782.85 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: 712.78 GB
    • Received: 17.21 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.