Loading Tool

Explorer IconExplorer

Memory Pool

43,501 transactions
28.66 vMB
0.07061643 BTC
Random Selection Loading Transactions
Max Size: 147.65/200 MB

Candidate Block

Mining Attempt 20f1c6e77e4af406c97ecfe6840a2561df288b34d43f6febceb0f7a4f2302636
Version 20000000
Previous Block 00000000000000000001569b11e789f54c2d4bfafa299c809e424c63bb9696a6
Merkle Root a1675a30ddaa01a93239e26a3a9052cc98e43bd2f9de55612b3f4327bad6a771
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,219
Size: 1.00 vMB
Total Fees: 0.01496902 BTC
Feerates: 201.07 > 1.50 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,625 (81,450 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
833,175 833,175 000000000000000000011ecacde55b909b27c6866abb3d957e40240a785e810e 2,089 1.00/1.00 vMB 98
833,174 833,174 0000000000000000000203d32ebdaebfbcec6baa8c82141677a32187a023ac44 2,074 1.00/1.00 vMB 79
833,173 833,173 00000000000000000002fa5d12005c3ac6b7967abb4d13e719090b214eed4395 2,170 1.00/1.00 vMB 78
833,172 833,172 000000000000000000037490207afdcc5aa6bca621f35ea8dd0d70f363f05cc3 2,468 1.00/1.00 vMB 88
833,171 833,171 00000000000000000000c15a89fcd9d3882bc1dfb093b4f9d2d631b89e8c7f0b 2,505 1.00/1.00 vMB 95
833,170 833,170 00000000000000000001a4df88e4236ac0304298e0d1ffe19fe3287f7da62920 2,121 1.00/1.00 vMB 90
833,169 833,169 000000000000000000009420244a199b301bdf6adbdf0e39481e9515704709a4 2,201 1.00/1.00 vMB 94
833,168 833,168 000000000000000000033f7cd1b2c1f2c72087bd282e5b89b074787787ffb955 2,417 1.00/1.00 vMB 91
833,167 833,167 00000000000000000001e7c52d87e0c320c057dedf4bfdf149a550d2276ffb1b 2,758 1.00/1.00 vMB 114
833,166 833,166 0000000000000000000192079dd97ab3515e6a52b0b586e325beea90564c04e7 2,250 1.00/1.00 vMB 86
833,165 833,165 00000000000000000003035d050e25a19c35dbc7144dbb4bab8fe9c25f89972f 2,412 1.00/1.00 vMB 89
833,164 833,164 0000000000000000000169837b3f827119a6afbb2bc134b583ca4d8df4d01b57 2,677 1.00/1.00 vMB 93
833,163 833,163 000000000000000000020089c9f7eb23ab49b79a565a0612304ce06fde8059a8 2,757 1.00/1.00 vMB 90
833,162 833,162 00000000000000000002540069f91b7aa03f08c219caebcaa28f24995c8bca51 2,747 1.00/1.00 vMB 99
833,161 833,161 00000000000000000001a2dc3051be023c7a1eec43e04daf5b3de9b38ff8775c 3,034 1.00/1.00 vMB 99
833,160 833,160 000000000000000000022a052c69245a43e14db7b48beea07cf8662c79c20f93 2,161 1.00/1.00 vMB 100
833,159 833,159 000000000000000000033766657cafd03ba2b402aea17a7e31b2cf6e104b6030 2,678 1.00/1.00 vMB 125
833,158 833,158 0000000000000000000384330267e29c202c97ef91e84074c9d7059a53e06cfc 2,987 1.00/1.00 vMB 89
833,157 833,157 000000000000000000032b73bbce05bd050c9cd04001bc5d914d299d500c9219 2,446 1.00/1.00 vMB 108
833,156 833,156 00000000000000000003200381c65029394778347c0560067db27b7328cea609 1,072 1.00/1.00 vMB 102
833,155 833,155 00000000000000000001ef60cc3492f18e6adf34e276b0bf14d86a76bc75be83 3,108 1.00/1.00 vMB 98
Previous 10 blocks ↓
Total Size: 781.73 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: 630.07 GB
    • Received: 11.98 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.