Loading Tool

Explorer IconExplorer

Memory Pool

79,163 transactions
30.68 vMB
0.10562043 BTC
Random Selection Loading Transactions
Max Size: 180.10/200 MB

Candidate Block

Mining Attempt 0f8f249ed3f6cd2d7fdc53c81b945e989741c4b9761e050c3cc414b293be17da
Version 20000000
Previous Block 0000000000000000000021f3a956650a7471edcad1ab0779099a4375c55a0f91
Merkle Root 91a12d93104f3ea165c908d0aefc09ca0d54d8e6cd337aa70a401bbf99498e68
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,849
Size: 1.00 vMB
Total Fees: 0.03269262 BTC
Feerates: 201.36 > 3.28 > 0.47 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,058 (802,876 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
112,182 112,182 000000000000980f09f476838b51e2672bd48d3952a072cc445ce086705921a3 8 0.00/1.00 vMB 0
112,181 112,181 00000000000075ecd20352953a54d156dbc4ed3fef85ea373a282638cd21c630 7 0.00/1.00 vMB 1,660
112,180 112,180 000000000000ea3511fc9acecd0709f9cf97dc1074d538e9b7892d94619e5d2f 3 0.01/1.00 vMB 0
112,179 112,179 0000000000010eddfb2e831b397da0bfb1c12f359ea31a0e00a3bc8a11023384 15 0.00/1.00 vMB 0
112,178 112,178 000000000000cda2a82417afcb9c4ded851d5caa4885257cc403bddabbf69211 4 0.01/1.00 vMB 193
112,177 112,177 0000000000005b0cf0b8dd24ffc38fe44702a4a2521af8fe42654438a4e57e59 5 0.00/1.00 vMB 1,300
112,176 112,176 00000000000030b7a574c37de7c5abbed1d895032f4539fdf78a1af07fefcfa3 2 0.00/1.00 vMB 3,861
112,175 112,175 0000000000002ad968fa4b792d5b7af77668b1fdd4206dea74253be932dbf33f 3 0.00/1.00 vMB 3,030
112,174 112,174 00000000000079d698b1bfc909042b63a1767157321d98edfb2027d9f1357537 1 0.00/1.00 vMB 0
112,173 112,173 00000000000017c99be8d0973451ad98495f66d295a875128b1ab20c5dead96c 3 0.00/1.00 vMB 1,934
112,172 112,172 000000000000af8ddeacc85f3f471bb0415829085bcc23c2c1c85a36637d3a85 2 0.00/1.00 vMB 3,875
112,171 112,171 0000000000011ac547fcb97e2e3cec2e7271cf95e18f40606c4fb34d8c767ae8 4 0.01/1.00 vMB 187
112,170 112,170 000000000000607149cc32a3282a4b49c8059eb831fb392d92d9278e77737d45 2 0.00/1.00 vMB 0
112,169 112,169 0000000000007cf36009bfc2100a520181b2318cf400a1d67e462975454d6b98 1 0.00/1.00 vMB 0
112,168 112,168 000000000000dfece11597afd85e58d98dba226ef00b1d195e4bb19bb6d8958e 2 0.00/1.00 vMB 0
112,167 112,167 000000000000e9b5e0852a0c9e2fffd5668bedf3b055fa88be67801e17756605 2 0.00/1.00 vMB 0
112,166 112,166 00000000000109783e4d7650f6c710a6794161a3522918cf8fe05d745eaf4783 1 0.00/1.00 vMB 0
112,165 112,165 000000000000afebb5f5ef367c7a21899453e1c58a986a4dd46889b6e39d237e 5 0.00/1.00 vMB 0
112,164 112,164 0000000000012515564e22a184dcff9606e536e133ce4b0873f1b262a251d5e9 12 0.00/1.00 vMB 335
112,163 112,163 000000000000e67c3d6528160f98e384c56c2cddec21e11797b50b47aace21f1 24 0.01/1.00 vMB 336
112,162 112,162 000000000000dccfdda97f2a87914082014066fcaef5c365e485031fcb0f11fb 2 0.00/1.00 vMB 3,861
Previous 10 blocks ↓
Total Size: 782.49 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: 668.33 GB
    • Received: 15.48 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.