Loading Tool

Explorer IconExplorer

Memory Pool

23,434 transactions
23.51 vMB
0.03123853 BTC
Random Selection Loading Transactions
Max Size: 124.77/200 MB

Candidate Block

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

Blockchain

Blockchain Refreshing
Tip: 939,942 (798,607 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
141,335 141,335 000000000000060cf9c52f93bc4ddc0cd4ed00e880c0b823a3cc4707a19ed9dd 137 0.04/1.00 vMB 64
141,334 141,334 000000000000045ec66b162f3d2bc758e092ce2b5f6e441c0c133c4e1bff8be2 146 0.05/1.00 vMB 41
141,333 141,333 00000000000001c02b3bcf71fdb775f051fb6d7dc170842142a21268551b31ed 72 0.03/1.00 vMB 261
141,332 141,332 00000000000005ee534b00e31225ed87798fcb63d4a1f5d07d5f50532bd5b248 111 0.05/1.00 vMB 331
141,331 141,331 00000000000001b6aa019f272f06ddc04333b9fd7586dbb4bc4293fa9b7fe68a 53 0.02/1.00 vMB 146
141,330 141,330 0000000000000240b184084260d44121093b6f6a5cad7f17be847fab14eccae4 17 0.01/1.00 vMB 15
141,329 141,329 000000000000019d55cd3b9bd3e4a6d7dfd3253245c73866512b3ad7ce906d6f 54 0.03/1.00 vMB 199
141,328 141,328 00000000000002297ad9a8ebe1e1b92e609dd1ac4fe54d208f3c94cc2bf1cdf7 148 0.05/1.00 vMB 37
141,327 141,327 00000000000002d5ce85e792aa30278c7b56f0ad57ffd9a2ee0f484e2a83d1c8 8 0.01/1.00 vMB 973
141,326 141,326 00000000000004e747c9fb74b23259c7ff89e67544ff6f9d856f0b339227d8ae 95 0.05/1.00 vMB 217
141,325 141,325 000000000000088a0d5fc95ffa1c73248c70dd095e24de94e24da3793d4d131c 32 0.02/1.00 vMB 122
141,324 141,324 0000000000000348ff47af1e5ed203a393911343fa4ea5df1ef2d60cfe351dca 19 0.01/1.00 vMB 8
141,323 141,323 00000000000000b42c5c88f78050a4c700245521d320b50d01cd03bcb609a3d0 82 0.09/1.00 vMB 125
141,322 141,322 000000000000061e3873b8fd4275b9fd9ccc18fa79112d669b34dac0c4c1e5c4 13 0.00/1.00 vMB 312
141,321 141,321 00000000000003e91bc67a52ae351870f47438e34afcaec5fbb19fdbe12e3269 1 0.00/1.00 vMB 0
141,320 141,320 00000000000007534898358c2a90a13266a466180c0c94eb62871d890bd2a2cb 12 0.00/1.00 vMB 83
141,319 141,319 0000000000000051e2288790889f813dc6e2becfda076a43d7b3bb289202a8c4 16 0.01/1.00 vMB 747
141,318 141,318 00000000000003730be616ce9011c7da14cef412d833b6e4d47149a30f0d8cca 71 0.03/1.00 vMB 154
141,317 141,317 00000000000004eb7e80159b54fb8caf5aa625a4bf0bc85ed0ebe94cd237a71b 44 0.02/1.00 vMB 325
141,316 141,316 00000000000005885949bd865efc73a2fb671094538c18365ca473d5a727b425 7 0.00/1.00 vMB 41
141,315 141,315 00000000000007a504b4e75fa24ecd6f7391a820ceb0b94a390625cac9b4f349 153 0.05/1.00 vMB 41
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.