Loading Tool

Explorer IconExplorer

Memory Pool

76,189 transactions
29.15 vMB
0.10414517 BTC
Random Selection Loading Transactions
Max Size: 172.31/200 MB

Candidate Block

Mining Attempt ea53821662cebe8ce0c8adeb2b436dfb54c05d0fdf456deb513c28e9ed2be1b8
Version 20000000
Previous Block 000000000000000000007d0a1e8c0ae4964fa44e3af26c0b0a6f061f00bb89fc
Merkle Root bb8f1e37ebcd501f8be647aacc503814be8b4bebdc900c0f44fabaf2db98a339
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,404
Size: 1.00 vMB
Total Fees: 0.04172010 BTC
Feerates: 201.37 > 4.18 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,039 (259,240 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
655,799 655,799 0000000000000000000a22b84e9c49e45ac865c14a055b29d4dd3b52d690a5cb 902 1.00/1.00 vMB 30
655,798 655,798 0000000000000000000976bcc9b17e1c2d502fabd4d248edd4cd1acbcbf3c5e0 2,657 1.00/1.00 vMB 165
655,797 655,797 0000000000000000001038c7c4b98ff68f8b3955aee8ba06327e8ebc4da84abd 1,801 1.00/1.00 vMB 214
655,796 655,796 000000000000000000052443c99e69b441ceb52d7f51326705e18145b8dff93e 493 1.00/1.00 vMB 38
655,795 655,795 000000000000000000018b9378b2463b197309d4daf6ca894b841aea3d7c5949 2,124 1.00/1.00 vMB 40
655,794 655,794 00000000000000000003e8e624f85ab55959135ade376b5efaa67cdaff07673f 2,048 1.00/1.00 vMB 75
655,793 655,793 00000000000000000009a46d07e745cbfd032199922cdb1ebbf9ba093090d6a8 2,464 1.00/1.00 vMB 171
655,792 655,792 0000000000000000000ad58288d064814c21f8edf297841e7ba9f434736ecaa3 2,511 1.00/1.00 vMB 226
655,791 655,791 0000000000000000000038a8b9a26baae9f59b1af0ec1567b7eadf43c581891a 2,296 1.00/1.00 vMB 170
655,790 655,790 00000000000000000009cd0b265ae3b697756601f9bb672b2f6d6e11c488521d 2,554 1.00/1.00 vMB 297
655,789 655,789 0000000000000000001066fe21baf30af825f517d39f1d9a9a22911bd46e21ac 1,626 1.00/1.00 vMB 38
655,788 655,788 0000000000000000000974c6d49670a6edd7cbb57cb505647ba847ca51dcdd37 2,646 1.00/1.00 vMB 154
655,787 655,787 0000000000000000000ad5028a512f16e8ef122a5c8af34ea7eb0bcb67d99363 1,849 1.00/1.00 vMB 34
655,786 655,786 00000000000000000002e5f8cc0d498ecc0ed729431a9ec24502817811ea5b4b 1,726 1.00/1.00 vMB 55
655,785 655,785 0000000000000000000ebe7b454c69600669ce750fd1caf3e5a07de3b4833709 2,620 1.00/1.00 vMB 141
655,784 655,784 0000000000000000000d0b46964346c5723c9858ee87b076b2e4beb86554c8f2 2,138 1.00/1.00 vMB 134
655,783 655,783 0000000000000000000134bf5aadf895028959e0aaf86ba51b8b76e3284121e0 1,768 1.00/1.00 vMB 228
655,782 655,782 0000000000000000000452634af7925b9118540a264898cff35d58c00ce986a7 1,275 1.00/1.00 vMB 39
655,781 655,781 00000000000000000005e0571c3d3efacbf4c1b54a83f34baf5e0a43b05f51f0 1,899 1.00/1.00 vMB 94
655,780 655,780 0000000000000000000d1724e10518a407ec362285f83de8fd7202f1a74f91a1 1,664 1.00/1.00 vMB 61
655,779 655,779 000000000000000000055f7b8ab568b569761650ff1112ed8b7df943982db128 1,147 1.00/1.00 vMB 54
Previous 10 blocks ↓
Total Size: 782.46 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 667.91 GB
    • Received: 15.31 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.