Loading Tool

Explorer IconExplorer

Memory Pool

23,463 transactions
23.52 vMB
0.03133554 BTC
Random Selection Loading Transactions
Max Size: 124.81/200 MB

Candidate Block

Mining Attempt 574ec1645ea632fb02f2710a6f9dfb7b0e0339c240ce3b4220039a72e99d882c
Version 20000000
Previous Block 00000000000000000000cc3dce44bdfa0de0726a22a2fdee8e215c9e048b548c
Merkle Root dfc1be2ebb6a2caa4fb50f21b6b9d8ab5b28362c35e89842d992fb19121e0e2b
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,460
Size: 1.00 vMB
Total Fees: 0.00557047 BTC
Feerates: 108.01 > 0.56 > 0.12 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 939,942 (805,820 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
134,122 134,122 00000000000005167d08b982fcc2f298b09dd9f7d575553b03940292cc969fe6 62 0.03/1.00 vMB 912
134,121 134,121 00000000000001d253a1743e3d8ea766c6c97c04cb14a4e0a462f8e501f3c6f1 8 0.01/1.00 vMB 19
134,120 134,120 00000000000002e8c80318a08cd9b53d250ede3e0733090e1632183d78e054dd 33 0.01/1.00 vMB 105
134,119 134,119 0000000000000b2218ecc329f41595a61c625ff2a041c89d22122bec02da311c 92 0.05/1.00 vMB 328
134,118 134,118 00000000000002f3bd393f142dae8dd1a04810b9a7408b6feb03948397f1cbb8 90 0.03/1.00 vMB 472
134,117 134,117 00000000000004e4db43362452707ce0df68cffbeb482612c6efefe082b4fa5a 11 0.01/1.00 vMB 1,045
134,116 134,116 00000000000001d86b4dc5f16dc0426f76730712c482fef4d6909e21d57193e5 38 0.01/1.00 vMB 624
134,115 134,115 000000000000077032a29641569076b50dc89bcc9dd7d766ccff71abffbaa2aa 56 0.01/1.00 vMB 10
134,114 134,114 0000000000000ad9ea416dcf103612438b33a39dfb5bc3ff988bb42abdab7233 14 0.00/1.00 vMB 324
134,113 134,113 00000000000009b9808bd5bb70ccec80f6b417c89d567797ce35a67f6aff094a 4 0.01/1.00 vMB 0
134,112 134,112 00000000000008a6b2d0c9ffb5e42a8247abc100b6ed184ee2029e8f5c3a7929 126 0.05/1.00 vMB 403
134,111 134,111 0000000000000affde6e17a2d443b3961a37bf770687736e5c1e348a83ffa05d 16 0.01/1.00 vMB 1,018
134,110 134,110 00000000000008f0b1e23b89e9da47b1f7ec9b305e55231d3acfd79c37ce492e 25 0.02/1.00 vMB 595
134,109 134,109 0000000000000b4c8d625ea1b87999bf31019bdd172bb25fb9aad24afd03603e 22 0.01/1.00 vMB 541
134,108 134,108 00000000000003d7d67f53db37452927b4270e53db2e6f8a3f8e0def143ce305 24 0.02/1.00 vMB 524
134,107 134,107 000000000000021875ecdbf6527ec5b9f2eaab1f183d314c4c24c7532ebaade1 54 0.02/1.00 vMB 437
134,106 134,106 00000000000003e254faf02c35404ad3519b2ab589375501285ee630b634ff5d 12 0.00/1.00 vMB 194
134,105 134,105 00000000000003fe8c30d6358e7dc409a67acfb37ab1200367d5f48e0cb4644e 18 0.01/1.00 vMB 837
134,104 134,104 000000000000054e42a241b97011992e9fb7770d822b4b22ca19c16ee2cb2c39 53 0.02/1.00 vMB 599
134,103 134,103 000000000000003ff026587ca3d3e7898714a5ae6f33ee7776a917d0bd6f1006 63 0.02/1.00 vMB 15
134,102 134,102 0000000000000431e7b4764e15419ec75b99a0c493a64e7b346dd098473f3a54 116 0.05/1.00 vMB 339
Previous 10 blocks ↓
Total Size: 826.62 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: 4,399.21 GB
    • Received: 239.03 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.