Loading Tool

Explorer IconExplorer

Memory Pool

53,077 transactions
29.76 vMB
0.14933370 BTC
Random Selection Loading Transactions
Max Size: 159.53/200 MB

Candidate Block

Mining Attempt 85bcb02955b742e65b4c749440bc6d48409a81b90c2f164cb1d7fca0fe1f33e2
Version 20000000
Previous Block 0000000000000000000133cc4853fcb6e0594dde0b142b5c7760efc67fe44001
Merkle Root 1f97829ca10ab8cfd6f5f667f81d1d27c11c11331aef51d636a9e0e855b1a95a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,103
Size: 1.00 vMB
Total Fees: 0.07711544 BTC
Feerates: 445.47 > 7.73 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,715 (411,844 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
502,871 502,871 00000000000000000020cf2bdc6563fb25c424af588d5fb7223461e72715e4a9 2,809 1.00/1.00 vMB 422
502,870 502,870 00000000000000000061abcd4f51d81ddba5498cff67fed44b287de0990b7266 2,645 1.00/1.00 vMB 442
502,869 502,869 0000000000000000007ebb7c581f16df5a5f425cf45d1d038c81cd278ccd33b7 2,501 1.00/1.00 vMB 526
502,868 502,868 0000000000000000005a0ba9ad479e8f1959660862f52736f2357df4d1316fd2 2,914 1.00/1.00 vMB 478
502,867 502,867 00000000000000000054ae43212ddbd22469e5de8ff5df90810ad86317d003ce 2,347 1.00/1.00 vMB 410
502,866 502,866 0000000000000000006f927a30076108e79af6a6682dd57b324dd57333673c78 2,278 1.00/1.00 vMB 288
502,865 502,865 00000000000000000083136bcb5365437acf05546d20b3339079423244121a57 3,011 1.00/1.00 vMB 475
502,864 502,864 0000000000000000006c78fede4ed01d6aad4f8280b7bf9463a3026046f2f55b 1,854 1.00/1.00 vMB 278
502,863 502,863 0000000000000000008f485e5c25b363de83ffc9005d08350ff4686d2d241977 1,985 1.00/1.00 vMB 407
502,862 502,862 00000000000000000007f001aebb8057df948fa5af40dbffca7ceb987a3f152e 3,141 1.00/1.00 vMB 467
502,861 502,861 0000000000000000006598125536a2ffc162507687d2d4a42412d5ec549b7be3 2,746 1.00/1.00 vMB 513
502,860 502,860 0000000000000000003ddbbd308bd9007345b703cb8afd00c5f12ae95ea57f3a 2,397 1.00/1.00 vMB 425
502,859 502,859 0000000000000000003ab949e9319542482c79003ae00a1e38bad46ae26469ac 2,567 1.00/1.00 vMB 439
502,858 502,858 0000000000000000008dda55cf4e3a0a181b56359f63bdca4edd7fabbbdae7b1 3,039 1.00/1.00 vMB 501
502,857 502,857 00000000000000000079679597d5f2ad5ee0e9ed40c8b754018d978b5b7d834a 2,693 1.00/1.00 vMB 522
502,856 502,856 0000000000000000008538279a40c7848f0816e489492accf480633f0bf67f20 2,947 1.00/1.00 vMB 501
502,855 502,855 0000000000000000001b45eb3dc0ad531322af96fb63d1e3974f883cf53b1fb9 2,144 1.00/1.00 vMB 399
502,854 502,854 0000000000000000001caad59d962e8f153caa7c430839e600c107a29a9ff63a 1,825 1.00/1.00 vMB 254
502,853 502,853 00000000000000000091a1b5df1097ec9836b860ea2dfe5c7ab0f894ba8941fe 1,400 1.00/1.00 vMB 282
502,852 502,852 0000000000000000008a0add377c49b5b01bacd3a4404ed61fc5167c34963610 2,925 1.00/1.00 vMB 482
502,851 502,851 0000000000000000006e0c96efca81b8e8ea4ec8915b823185b6832fe1201a78 1,682 1.00/1.00 vMB 325
Previous 10 blocks ↓
Total Size: 781.89 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: 645.20 GB
    • Received: 12.70 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.