Loading Tool

Explorer IconExplorer

Memory Pool

78,639 transactions
29.17 vMB
0.06829626 BTC
Random Selection Loading Transactions
Max Size: 175.00/200 MB

Candidate Block

Mining Attempt 03871a3ec37f94c032c2c632974ce135ddf03fb5c803027e7a3b6d5afc06d96d
Version 20000000
Previous Block 00000000000000000001b85d9794a4a727476a72ab49258ad3cacec808147edf
Merkle Root 91a083f2b0ea18ca8851ed7dfb159eae22dec507fc13a683d78ba1fe0a5d2b70
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,468
Size: 1.00 vMB
Total Fees: 0.00914776 BTC
Feerates: 170.94 > 0.92 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,064 (704,509 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
210,555 210,555 000000000000033935c0e16a5f4f8b5384dc3944b4682f9ad347d9bd0a88b8fa 247 0.09/1.00 vMB 186
210,554 210,554 00000000000003afce6f9bcde99bc03d1fc900c8df40abde9134f7b2f8c659ae 10 0.00/1.00 vMB 191
210,553 210,553 00000000000002703760cbd3dd2192e3bcf307ecc804fd9d33852def7864ddc9 235 0.11/1.00 vMB 224
210,552 210,552 0000000000000467e73a3e4b4946e60959830f26911666010701a242d2352ffd 4 0.00/1.00 vMB 132
210,551 210,551 00000000000003cfb197de74cda9c0ce74cca32d724490c429f74496fda21c85 40 0.01/1.00 vMB 314
210,550 210,550 00000000000002fe26341128593cadde4fcd5d3fcab5ab2d4310fb9fa0448c3d 636 0.32/1.00 vMB 169
210,549 210,549 00000000000003a5885eeb1f17a05834524d956d4b8f86778bb7a96c9f35c250 8 0.00/1.00 vMB 58
210,548 210,548 0000000000000237c1c145fec5bf6882d5ebfb1b4e957fafd8ecfd7b05f3705d 104 0.05/1.00 vMB 136
210,547 210,547 00000000000004c0f802c78520b61e2dce6a1cd1c062c05851b5d87981c1d88a 27 0.02/1.00 vMB 96
210,546 210,546 000000000000009fcb134b0d9fcb59915aa663d4f6472a88d4870b5f55f71dd4 77 0.03/1.00 vMB 79
210,545 210,545 0000000000000466886591f13449adea785e286d1f5a5431e1d75da23d6c9696 138 0.12/1.00 vMB 81
210,544 210,544 00000000000004af1f38491e0935d18a5003d5069793c0b727453c94a08f4274 161 0.11/1.00 vMB 142
210,543 210,543 000000000000031d4862ab9a9ee9a5bced52291bf311d88fe30e349ef67c3805 250 0.11/1.00 vMB 179
210,542 210,542 00000000000003a894c6a0b4a81aafa7cb8eb146c8149806e8411f7f90c5eebd 343 0.15/1.00 vMB 205
210,541 210,541 00000000000001bd5d12c5b120bbc8628c0e7f48ef7e30167931d3d3e7edaab1 11 0.00/1.00 vMB 0
210,540 210,540 000000000000043a628bc64b2148527cd6c483a99b9bfe6524e4ef5c2ed8528a 92 0.04/1.00 vMB 109
210,539 210,539 00000000000000881e6c01a0a3d4b26bc8eb39da4a4287b7140179500ce743a0 466 0.16/1.00 vMB 160
210,538 210,538 00000000000003a7733d60f814208bf6c3395520671091ac659691f9a9ddd81a 107 0.04/1.00 vMB 101
210,537 210,537 00000000000001bf2b5a546039c390d398d7664d470202340c85eb8be191f654 44 0.01/1.00 vMB 120
210,536 210,536 00000000000002029bc12e37d1f5f1a5318dfcf80c77c273c0b21b621b2899b4 112 0.06/1.00 vMB 138
210,535 210,535 00000000000000ba5d20f0402703092a1e3bf7c9c9ec32ceda8898fc0d5939e0 187 0.30/1.00 vMB 64
Previous 10 blocks ↓
Total Size: 782.50 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.46 GB
    • Received: 15.52 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.