Loading Tool

Explorer IconExplorer

Memory Pool

77,301 transactions
29.06 vMB
0.09996884 BTC
Random Selection Loading Transactions
Max Size: 174.87/200 MB

Candidate Block

Mining Attempt 3f093bee6e64b7982a8960d2eaf7b2e0483d0932a6aaff5fcac218dcb5027624
Version 20000000
Previous Block 00000000000000000000b421c6d6e79532f5d26e37db181c41924d05cd5471d7
Merkle Root bbb0bad59aecdb85920ffa32f3fd4350f0d23d36069f5bd78a70414dea89e09a
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,398
Size: 1.00 vMB
Total Fees: 0.02641952 BTC
Feerates: 453.09 > 2.65 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,307 (322,979 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
592,328 592,328 0000000000000000000805a71c7e43f97c0559a57c87c77cb6a9d18543f21269 2,957 1.00/1.00 vMB 26
592,327 592,327 00000000000000000002770875dac95d4fc7696dfcab73982812b608fc5957b1 2,379 1.00/1.00 vMB 6
592,326 592,326 00000000000000000003741fa8c231fbde2278b635fe4a639335e8498a5d51b7 2,783 1.00/1.00 vMB 12
592,325 592,325 00000000000000000016476d1b7c16467d620a2500fbf711f22f2abd87051ee4 3,185 1.00/1.00 vMB 26
592,324 592,324 000000000000000000099400754b922bfeaef647ba457e95bb27c3db3352a55e 3,121 1.00/1.00 vMB 26
592,323 592,323 0000000000000000000220d3bdda812c95b8c29152f01f3fbc6a162eff76057a 3,084 1.00/1.00 vMB 22
592,322 592,322 00000000000000000015002431b46687366da629eb96b3105319dc6c3f7fee9b 3,203 1.00/1.00 vMB 26
592,321 592,321 0000000000000000000a0113e7953827b011ef5fd8d0439149a15c109b416d3b 2,838 1.00/1.00 vMB 25
592,320 592,320 0000000000000000001073ecc56ccbda4d57e1acda5cc8ef50d905612273504e 2,412 1.00/1.00 vMB 36
592,319 592,319 0000000000000000000599f20753c7487599b5d8386b86d0a18af83780a9e992 2,189 1.00/1.00 vMB 28
592,318 592,318 00000000000000000012c7726bc4decef9e4a9b2b0aa3ae4cbc1ea3d02e032b5 2,556 1.00/1.00 vMB 55
592,317 592,317 00000000000000000018c76ce553941f56f3ce5e6383d682a8afc6f37cf2ab19 2,656 1.00/1.00 vMB 22
592,316 592,316 00000000000000000003eec37c2ca67c42e81e0846e031f2febc06803c772763 2,372 1.00/1.00 vMB 23
592,315 592,315 0000000000000000000e8d713cb29a7b4c9ef5cf4575ce10eded0a475fa2a9f3 1,830 1.00/1.00 vMB 22
592,314 592,314 00000000000000000009de08fbfb63d27964c0a731dd1d5b2a466bcc3f2929aa 2,447 1.00/1.00 vMB 22
592,313 592,313 0000000000000000000d6d1ec761c4f6bb8eff44a187a36efcd0dabd33246de7 2,720 1.00/1.00 vMB 47
592,312 592,312 00000000000000000008b4e9f8557fa92b1dc34e3f5b30127bddf89a5375cf2f 2,453 1.00/1.00 vMB 22
592,311 592,311 0000000000000000000710bb02ddeaa95daaea12ee1b5f50bfb0098c09998706 2,807 1.00/1.00 vMB 16
592,310 592,310 0000000000000000001ae4ae59c9958afb3ce047db8992c9f516abe97e2dcc25 3,209 1.00/1.00 vMB 19
592,309 592,309 00000000000000000019bd20195b70896c56ec30406b3621203ab7fac25817d2 2,669 1.00/1.00 vMB 33
592,308 592,308 0000000000000000000196aca9c4e334434cdbccd9bf9e69a2741b19796cbd7f 2,734 1.00/1.00 vMB 21
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.51 GB
    • Received: 17.56 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.