Loading Tool

Explorer IconExplorer

Memory Pool

35,328 transactions
26.61 vMB
0.05687940 BTC
Random Selection Loading Transactions
Max Size: 134.34/200 MB

Candidate Block

Mining Attempt 4e154885aa8c7bcf27b93d586834b98488b7b00db7367bd19e04fb4173c32834
Version 20000000
Previous Block 000000000000000000019a6a43291f856c35b16a71da6815df4a131b431a0b21
Merkle Root 3d53504e0bc43102412fb398317e7f6e11826ea150654b24312447606fcb5bcb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,359
Size: 1.00 vMB
Total Fees: 0.00723908 BTC
Feerates: 160.84 > 0.73 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,651 (77,331 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
837,320 837,320 000000000000000000027d8d40fde3e8deb83ece7f6526c2afab167d151de3dc 2,407 1.00/1.00 vMB 13
837,319 837,319 00000000000000000000fdc4bd4e19b8e9b0cd908793c3bde9e77d31c49e08e3 2,851 1.00/1.00 vMB 19
837,318 837,318 0000000000000000000148a73fa02f6aa276bc10cd5a8d1d21a1a3b08deb87ae 2,920 1.00/1.00 vMB 27
837,317 837,317 00000000000000000000cdeea2c815433e527848784ab62578f899534ee5f1d3 2,885 1.00/1.00 vMB 17
837,316 837,316 000000000000000000015ef4796e9e99eb43805667f5f2e0a87d6970bbaffdef 2,100 1.00/1.00 vMB 10
837,315 837,315 00000000000000000001d376001456f816eedf9362bf9bb1f4c4858d8ea1718d 2,721 1.00/1.00 vMB 24
837,314 837,314 00000000000000000001f8bcf2a631b749859a2c50925edb5e0a6596775e1873 2,825 1.00/1.00 vMB 13
837,313 837,313 00000000000000000000abe37e684c8e23a76cc7a2be387d6aa40099501b0ed2 2,171 1.00/1.00 vMB 7
837,312 837,312 000000000000000000009b3b22aed11ef2e056ef1ba0fc8d21cf8a1dd6b3ea8c 2,362 1.00/1.00 vMB 10
837,311 837,311 00000000000000000001a34ad7a887eb919f90b071fc2fc40e1f89ffe4c6262d 1,746 1.00/1.00 vMB 9
837,310 837,310 000000000000000000025d46fc9edc3befbeff74dcca1c00b084b3fa8e692442 2,422 1.00/1.00 vMB 21
837,309 837,309 00000000000000000002aa5f833562ac17fec216bc33383eff95c985ea169bb8 1,840 1.00/1.00 vMB 16
837,308 837,308 000000000000000000007090fe6d0d88ae2a3fde62dbcc63674001732abade33 1,091 1.00/1.00 vMB 13
837,307 837,307 0000000000000000000359772ca9bbaac0fc66fca48991e7c17e8ec5bf276e25 2,158 1.00/1.00 vMB 22
837,306 837,306 00000000000000000001b76918d5bf0cdee9e9e09346450e502a2d6761d7662e 187 1.00/1.00 vMB 13
837,305 837,305 00000000000000000001225803b2185f6bb209c9dced86dfccd98562a426e63f 2,797 1.00/1.00 vMB 21
837,304 837,304 00000000000000000001935d4a4913a0da65833184e229ccd08b969ebde218a8 1,317 1.00/1.00 vMB 10
837,303 837,303 0000000000000000000010325a7b7187071b1c233cc60a5c7cb08c7184b772b8 996 1.00/1.00 vMB 10
837,302 837,302 000000000000000000020b226c45644adc11ddb774c1322ca62d2accc02c617d 2,592 1.00/1.00 vMB 15
837,301 837,301 00000000000000000002523f4e399507f60db7dcd566f4acee492d8387447b7b 3,107 1.00/1.00 vMB 23
837,300 837,300 0000000000000000000077d98a103858c7d7cbc5ba67a4135f348a436bec1748 3,124 1.00/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 781.77 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: 632.84 GB
    • Received: 12.15 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.