Loading Tool

Explorer IconExplorer

Memory Pool

38,493 transactions
28.43 vMB
0.06587384 BTC
Random Selection Loading Transactions
Max Size: 143.94/200 MB

Candidate Block

Mining Attempt 5fadeb2ca61c9e181f8caf1b1071550f5f194dafbd115805a77ed0383c43fc64
Version 20000000
Previous Block 0000000000000000000076a02aa3b78503c1c5cc0e5e4886180a750ab7c93972
Merkle Root f7af5d41e5deb6387985a36200136c196ee4c9d9d9ceab6c1d63cb3a3d458575
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,548
Size: 1.00 vMB
Total Fees: 0.01102868 BTC
Feerates: 105.82 > 1.11 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,556 (802,221 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
112,335 112,335 00000000000012d727d30fd0fb98aa84c7ddb416e92e8536c3ea19553c16242f 10 0.00/1.00 vMB 335
112,334 112,334 0000000000003637444280bbbee63bf0cc3356a07f93542aaf8194fadc0beb28 13 0.00/1.00 vMB 617
112,333 112,333 00000000000013f533a00ba782f2e8911afbaa717eb025ba54b0d828d14681af 25 0.01/1.00 vMB 310
112,332 112,332 000000000000bc2af9ecd9663d1bff6446560e16e3970540eb7ae24b5d023269 6 0.00/1.00 vMB 343
112,331 112,331 000000000000d5d8508dcb7eb8c89821cf6374d2fcf1124d205daadb7d6b1d11 12 0.00/1.00 vMB 885
112,330 112,330 000000000000aa7837bce634469204898418ae7d6057eba1f62ee584a11a9b19 14 0.00/1.00 vMB 1,153
112,329 112,329 000000000000ca21f37ee6558833a9ff97bfac6d2b3635c8ec2a5e073fe09505 1 0.00/1.00 vMB 0
112,328 112,328 00000000000038c701a650a0a0969d84c8f3e41ae02577add2f0c8256314bef7 8 0.00/1.00 vMB 779
112,327 112,327 000000000000aa17786d5b02747cb8650ce563ec21914b00dd83caa5c08d8f16 6 0.00/1.00 vMB 0
112,326 112,326 000000000000bc6765bb6b97ba93beffbbf8dae218eaf4f5aec4fa315f163c5f 7 0.00/1.00 vMB 543
112,325 112,325 0000000000011cae04a2178fe1f0e81af72b056cd8b9c0e828d864f92e3f2c20 9 0.00/1.00 vMB 690
112,324 112,324 00000000000073cdc2731b4ebd22f9d5fd69ce8125bb63a699cba4525cd8681d 15 0.00/1.00 vMB 2,020
112,323 112,323 0000000000010c530e093d05c229b79e243a9e9fee1e692236bb8ceae4e43833 1 0.00/1.00 vMB 0
112,322 112,322 0000000000012d959a2acb2c20386627e9194c905cbf874dc7bae612c731506a 8 0.00/1.00 vMB 614
112,321 112,321 00000000000112d2a31a3158ed79bf029c5620f430b4e0a5041ed134ffe50092 23 0.01/1.00 vMB 297
112,320 112,320 00000000000015cf982e125d7daeae782a60170cebc7696bbc9ab9e992f72b73 4 0.00/1.00 vMB 0
112,319 112,319 00000000000035c98ab20ba64c999d8858b89382cb3863b0f4a2eb68f33f5c4f 7 0.00/1.00 vMB 579
112,318 112,318 000000000000c2207ebfe8c02e55d992041784a51fbe90b4c8294159327ce9b0 3 0.00/1.00 vMB 1,934
112,317 112,317 00000000000034d3da0cb15ae09de1af7007ae2466776f632acd42bae79fc41a 19 0.00/1.00 vMB 216
112,316 112,316 0000000000012a71c48a43b0d9f348b72ebca5a0b16805c1d12eb0bd3a7bc156 2 0.00/1.00 vMB 0
112,315 112,315 000000000000e46c2354136abe7ae965757cf7da739631f9c940d169db150268 9 0.00/1.00 vMB 382
Previous 10 blocks ↓
Total Size: 781.60 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 623.58 GB
    • Received: 11.46 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.