Loading Tool

Explorer IconExplorer

Memory Pool

80,166 transactions
29.62 vMB
0.06751981 BTC
Random Selection Loading Transactions
Max Size: 178.76/200 MB

Candidate Block

Mining Attempt 67dd4426547b03be76ca29de6604f295c48ce1c0050685d92c674e619d10a65a
Version 20000000
Previous Block 00000000000000000000464e2d0f1dac18ae3b19a2e10ef58f800593d8794f58
Merkle Root a2a1bf51d7c4e08b862b4dae50d15aff57bf4b8aa5d244af821d28212f0feedf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,350
Size: 1.00 vMB
Total Fees: 0.00716044 BTC
Feerates: 73.20 > 0.72 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,966 (807,469 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
107,497 107,497 000000000001e4a7cf7a1a7d01c2d8eb42e9aefc07801725056bdc9a72f1d11c 9 0.00/1.00 vMB 0
107,496 107,496 000000000001c2d576151fb7f490914b0b322d6feaf58f7a93432303be445f00 13 0.00/1.00 vMB 0
107,495 107,495 000000000000308b9a621cbcd4ac84c8f72801ec3265e70ac203f8ff4bc84277 4 0.00/1.00 vMB 0
107,494 107,494 0000000000009632e63caf4095f6e8eaa5ee2c5c61387c0e3c56b5bf238959af 12 0.00/1.00 vMB 0
107,493 107,493 000000000001c7bdb09b1c3124c9165d61af46ade51033f0a3e598767fd563dd 12 0.00/1.00 vMB 0
107,492 107,492 000000000001ed5115a7ee10652d3a25166b7c0053b95396368e89cbbc3ea317 15 0.00/1.00 vMB 649
107,491 107,491 000000000000875d4428c0006403174f1ae7280b958db3c2a9be217ce98400bf 1 0.00/1.00 vMB 0
107,490 107,490 00000000000142dd34158da423e5dbd820ef0fb83b0cea588380957d4fbf3c7f 8 0.00/1.00 vMB 587
107,489 107,489 0000000000021d40cb9b4195cfc036b8f9195c33d3829d97d721e2627bf0819c 4 0.00/1.00 vMB 1,293
107,488 107,488 000000000002161198b4b20cef4d416b9e3c155d3b98e879e34f502f2f1827c3 5 0.00/1.00 vMB 0
107,487 107,487 000000000000549bb4722d2aaa83aff6cdb1958414026c99c936e36009b63176 7 0.00/1.00 vMB 660
107,486 107,486 0000000000019d372902ed6c32ed304cc5c00f86bd99eed0603c2b3a6fa87f50 8 0.00/1.00 vMB 0
107,485 107,485 00000000000110faca6a51c73e82a6f4c37aedffa796ab013b11b2711acc9622 6 0.00/1.00 vMB 0
107,484 107,484 000000000001899bed4e488bbb0bfade38c33ecc6179a3b661758dd1884d0d9f 12 0.00/1.00 vMB 0
107,483 107,483 0000000000010915fa0b63addaf40c73f841d330e5a5193b1a296e0f8d8e877b 12 0.00/1.00 vMB 722
107,482 107,482 0000000000027bf2816b23072b34c665265b5d10958eb5cb49f4b3b7df0dbbf3 13 0.00/1.00 vMB 0
107,481 107,481 000000000001b347689d9a6ad7ffd4a41c0e640e0b95897f29cce6653071aab5 12 0.00/1.00 vMB 0
107,480 107,480 0000000000020fb3f39dcf7d006824ce89d600614c2f4c04636cb9e1bb527852 13 0.00/1.00 vMB 353
107,479 107,479 0000000000008db044fba99f75f563f6a01c19d43f4efe5f21f54b9132b9f022 6 0.00/1.00 vMB 0
107,478 107,478 000000000001fb37aa30e9d4e0795ad8cb80b15ff971ff02e9530b4276f3c347 12 0.00/1.00 vMB 0
107,477 107,477 00000000000211ec68ca04620b502341a315c0a696cd79315eabf3595051a8a6 11 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.33 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: 660.38 GB
    • Received: 14.70 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.