Loading Tool

Explorer IconExplorer

Memory Pool

81,461 transactions
29.95 vMB
0.15659817 BTC
Random Selection Loading Transactions
Max Size: 180.44/200 MB

Candidate Block

Mining Attempt 12996d59f63f4acbef7846d876595a156a22d5b821ccafae2e1a63074071b3bb
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root 3095cb0d2bc14fba0fcd73e2c71aab9fdda402ce90212d638931a959f0696c85
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,737
Size: 1.00 vMB
Total Fees: 0.05961136 BTC
Feerates: 1,002.91 > 5.97 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (303,039 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
612,266 612,266 0000000000000000000181bed3684461f86e72a2c1fd3f47bbb1f959d8c37282 2,286 0.73/1.00 vMB 10
612,265 612,265 000000000000000000019e42578c74b8213d1cdeb4c0979978a7a815f99f3a8b 3,013 1.00/1.00 vMB 16
612,264 612,264 0000000000000000000213b5ff859ff7221668adb7511453c1310e74ae1b43eb 3,245 1.00/1.00 vMB 25
612,263 612,263 0000000000000000000258f941a15175c997abdba89fbaa397f0ff824b223c0d 122 0.03/1.00 vMB 11
612,262 612,262 0000000000000000001258cefa0b5a507430b645fa63ed03420e64c56a69ead4 2,647 0.72/1.00 vMB 11
612,261 612,261 00000000000000000009f0f90b9f078977a3aabe7d0dc44a34af9fb2e7beede6 3,053 1.00/1.00 vMB 22
612,260 612,260 0000000000000000000a4fc77a04defce1f6bb0c6eb6177d062015d7b1e8e2e1 2,831 0.93/1.00 vMB 16
612,259 612,259 0000000000000000000161e8e193149cf42387baa9b028ddf0ad9cc8639ef997 2,491 1.00/1.00 vMB 2
612,258 612,258 00000000000000000007d41dbdb6dbbb5c89686bde078410b94b83c9f7ea6240 2,738 1.00/1.00 vMB 13
612,257 612,257 0000000000000000000726c9d664211b6af2dea14f27e99db5043c8ef45b1a23 3,108 1.00/1.00 vMB 29
612,256 612,256 00000000000000000005f3af06704cd9dc307756f1914d38efa7abdd0186edf5 2,841 1.00/1.00 vMB 13
612,255 612,255 00000000000000000010405f8772e0f91fa8cc925da0f093093108ce42743b90 2,673 1.00/1.00 vMB 20
612,254 612,254 00000000000000000007966b7800c2aed4443d819fd4592590236a37aa041338 3,239 1.00/1.00 vMB 18
612,253 612,253 00000000000000000000aba3f3d75467580e5c9ce3a8bc21553d73a14cc1862b 2,983 1.00/1.00 vMB 25
612,252 612,252 0000000000000000000d714c3ccda6c7604f7875e32bcd1bbab27a4191cb2fcd 1,745 1.00/1.00 vMB 11
612,251 612,251 00000000000000000006e78305f52a0c166b84a104f433afc2560b390abb12f6 1,203 1.00/1.00 vMB 11
612,250 612,250 0000000000000000000f5a8593abf2f1141637ecab6f3ec2d4c6e7062486431d 1,719 1.00/1.00 vMB 15
612,249 612,249 00000000000000000012209c2c93eb38a5bca28aae159405240da2f26da61bad 2,260 1.00/1.00 vMB 26
612,248 612,248 000000000000000000068aacf33e882548ba3863bed32bd6456bd7e62032e77a 2,412 1.00/1.00 vMB 30
612,247 612,247 0000000000000000000ab77f5c76465861dcd2518c6943e552653ab772e2e917 457 0.12/1.00 vMB 17
612,246 612,246 000000000000000000088b8f8856976a7c1f1ad0767aea6c213a17ab9becfdd4 238 0.08/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.92 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: 714.48 GB
    • Received: 17.55 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.