Loading Tool

Explorer IconExplorer

Memory Pool

78,980 transactions
29.65 vMB
0.10803452 BTC
Random Selection Loading Transactions
Max Size: 177.99/200 MB

Candidate Block

Mining Attempt 8a17e30e74f17bfb869483f24a74c5d7d32e80c56764535972b72e907ed49c01
Version 20000000
Previous Block 00000000000000000001115f152a1dc031c831cba708e9cde5f1c67ecfca11d2
Merkle Root 64b934a0ae92669943d58cbb67dc0601ed816ecfc4bd0a667383cc040fae6f10
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,772
Size: 1.00 vMB
Total Fees: 0.02568000 BTC
Feerates: 100.53 > 2.57 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,301 (532,987 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
382,314 382,314 00000000000000000da6d0b454f105c072d0ac1b4ec8ce609f3cd4e2335c4fbe 1,284 0.56/1.00 vMB 50
382,313 382,313 00000000000000000ca590bb3d05ae4516fb8e603103c53c16fb365e316f6f86 457 0.25/1.00 vMB 27
382,312 382,312 00000000000000000f4ae4d18dcb119654b48a5c99fc3869b2ec2872e35aaed9 964 0.57/1.00 vMB 29
382,311 382,311 000000000000000011391c69a16ce6507207efa4509df740ec69e0b599758d0b 704 0.63/1.00 vMB 21
382,310 382,310 000000000000000000a4b292d930390af57b409e34a1867dc59a1df6a6669b79 1,969 1.00/1.00 vMB 32
382,309 382,309 000000000000000009f85000b6dc7e65dd169eb3583cd4f3b7ecb221a1c6a72f 1,510 0.74/1.00 vMB 32
382,308 382,308 0000000000000000024aea7a089f9530c57025705aec0795334d9f7e7e3ca3cf 1,131 0.70/1.00 vMB 32
382,307 382,307 000000000000000002c86e41e48abab3373e7714f45e735819f44ac3b82ffde3 549 0.95/1.00 vMB 10
382,306 382,306 0000000000000000096a1c5488845e7b86de5ec9e7be88f881866f1c710e1e9f 422 0.21/1.00 vMB 23
382,305 382,305 000000000000000007dd9be87a09ff4a7ac4dc4586bbef9613ebb0b7f15d7a60 1,962 0.92/1.00 vMB 32
382,304 382,304 00000000000000000abc91a1de5880d4bbf0ab7c5a9790bbd8602ec20f19e253 761 0.41/1.00 vMB 30
382,303 382,303 0000000000000000020c0fd054e254883afafc886a9a13759a03fb6aa66925fa 799 0.83/1.00 vMB 10
382,302 382,302 000000000000000004b31f2f6bd68d5d9e40bce73207069ffad4b3f8175cb4be 1,866 1.00/1.00 vMB 30
382,301 382,301 000000000000000008e1e5253933ab3271476fd867370e8a8bd4f888b7bf834b 2,423 0.95/1.00 vMB 40
382,300 382,300 00000000000000001164e2256447d19d8d3a4d79befd6f4719b102b8cc541c55 2 0.00/1.00 vMB 0
382,299 382,299 00000000000000000bb794c0ffa0e3de8ed0ce1a53419f250478a1199be83462 1,789 1.00/1.00 vMB 35
382,298 382,298 00000000000000000ab76aa20b0116281bf301a754e7af4c9dc27d3659697fde 1,592 1.00/1.00 vMB 31
382,297 382,297 00000000000000000d16fd929256697fcd532b8f061e09c6769245a458a88b5b 852 0.89/1.00 vMB 22
382,296 382,296 00000000000000000dfceb674716991198aa8a0048feeffe247d7d0dceb35c2b 1,065 0.95/1.00 vMB 21
382,295 382,295 00000000000000000f946ba4bebe1b9b5e92f1453d57fd5dee00c32dc83a03a4 596 0.99/1.00 vMB 14
382,294 382,294 00000000000000000d085377388ee2753e84b7b7e753ae61338e3f89711b8dcf 1,474 0.95/1.00 vMB 33
Previous 10 blocks ↓
Total Size: 782.91 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: 714.00 GB
    • Received: 17.50 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.