Loading Tool

Explorer IconExplorer

Memory Pool

76,914 transactions
30.69 vMB
0.13510650 BTC
Random Selection Loading Transactions
Max Size: 176.53/200 MB

Candidate Block

Mining Attempt c5b8ac766b82671c927c7032f73cabd8eddab51f4789f84d3fd5c92f23e5e50d
Version 20000000
Previous Block 00000000000000000001f0d90b14f5686296d43939de68ba4ee5c1525744741c
Merkle Root a72b479881a0c19769b36f729fc94de542d361ed364cb5745ccf0b2956f1983b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,382
Size: 1.00 vMB
Total Fees: 0.04918751 BTC
Feerates: 150.36 > 4.93 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,052 (417,244 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
497,808 497,808 00000000000000000080800b9e2e12030fef83095d45579939000a2c536e0b84 2,365 1.00/1.00 vMB 174
497,807 497,807 0000000000000000007b39429121e9ddcb3eb12ec55422f4d2f6b2ca1ca5270e 2,465 1.00/1.00 vMB 122
497,806 497,806 0000000000000000009a81470824f2b2875338b6755ad34122fb8ce3b313911b 2,584 1.00/1.00 vMB 163
497,805 497,805 00000000000000000017062ff3c8167a6a50dfdc37c25df016bfd4e43241ec67 2,669 1.00/1.00 vMB 122
497,804 497,804 0000000000000000001b8e5b95288c08109b1ba74a9b9b6abf08412cc665dc34 2,225 1.00/1.00 vMB 124
497,803 497,803 00000000000000000055abcab77c996588488f495729bde10cd5c0c352b64a9f 2,557 1.00/1.00 vMB 136
497,802 497,802 0000000000000000008a768a019e94bf06c7f5117c9fe3d8b2b4c90425f46e1e 2,524 1.00/1.00 vMB 127
497,801 497,801 000000000000000000901989c53dc9cc6c5623a31817e76c5a36a7ada34ac670 2,459 1.00/1.00 vMB 133
497,800 497,800 0000000000000000003037fd8138e724aaad6aa8404edb45f12cd5d9c53caef7 3,272 1.00/1.00 vMB 98
497,799 497,799 0000000000000000004c70ae141746de44847cd0db45dd32d0bc2df34ee94613 2,710 1.00/1.00 vMB 99
497,798 497,798 000000000000000000c7d2a7127287f7db901bdeeb457adf53712810256f2ac4 2,145 1.00/1.00 vMB 151
497,797 497,797 0000000000000000000eee7538a43aafb0fb3bf141944902c148c0daba4fe29c 2,106 1.00/1.00 vMB 144
497,796 497,796 000000000000000000ac4942f76c7933c4f023df4f4f9ee4faf9b75074e6a73e 2,830 1.00/1.00 vMB 124
497,795 497,795 0000000000000000004ac0bd31956ea0cf80edea8b9f888ceea5f5c52ae37518 2,677 1.00/1.00 vMB 139
497,794 497,794 0000000000000000006bb7914cc3f6dd8706210e68b2616db194b70ca8ddfa6c 2,765 1.00/1.00 vMB 133
497,793 497,793 000000000000000000cb05433af0d0a458613c41ef68eb4886b2761033356ba7 2,216 1.00/1.00 vMB 125
497,792 497,792 000000000000000000cdde707c15a8bd4613a11df1ab67aa50680f1e90858c6f 2,564 1.00/1.00 vMB 185
497,791 497,791 000000000000000000961482fcd1d8852ec1c0993f19c6b947f5f449bd07d08f 2,521 1.00/1.00 vMB 129
497,790 497,790 00000000000000000081567882d1cac85ee6af4535d65255a3d53c4daf4b1fb4 2,801 1.00/1.00 vMB 141
497,789 497,789 00000000000000000059b14d8aafeb2a04dcb27fb679ac52412a43f5099daee9 2,247 1.00/1.00 vMB 151
497,788 497,788 0000000000000000006802658c00546187f57470be4399a2d87589dd786efe93 2,543 1.00/1.00 vMB 187
Previous 10 blocks ↓
Total Size: 782.48 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: 668.22 GB
    • Received: 15.43 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.