Loading Tool

Explorer IconExplorer

Memory Pool

37,371 transactions
26.45 vMB
0.05953428 BTC
Random Selection Loading Transactions
Max Size: 135.40/200 MB

Candidate Block

Mining Attempt 6540dc90e5e12383b013c2bfca1d42c9be9efa02018bd9d81c9617158120f1d6
Version 20000000
Previous Block 0000000000000000000125e4fd7be7c13b9e183c8ebf26e8254a360295f574ea
Merkle Root 77417d194b1878c6c68e4a489df6bff7b9178a3069de8add25926f9d58a8d695
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,795
Size: 1.00 vMB
Total Fees: 0.01050323 BTC
Feerates: 100.53 > 1.05 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,659 (412,000 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
502,659 502,659 00000000000000000017bdfce59605f2a36d03ba3d9e892c7421f632537d53a3 2,151 1.00/1.00 vMB 464
502,658 502,658 00000000000000000004f9407e789d379cc38ed8a2eda3c9f930cb1d7b199f58 2,646 1.00/1.00 vMB 532
502,657 502,657 0000000000000000007113047a731a6416872ff209cb4f47bce5cfb3c88fcb25 2,689 1.00/1.00 vMB 492
502,656 502,656 00000000000000000039dc5ad910a728ed4858302d00050eed35737fcee7826c 2,747 1.00/1.00 vMB 525
502,655 502,655 0000000000000000003fa9e0f82c7cf6bc6ab6a72a5710987bc11b13da616d5c 2,269 1.00/1.00 vMB 487
502,654 502,654 0000000000000000002354136d6854fe09c2cb1ce6481d2eb7a680f42b1ed927 2,659 1.00/1.00 vMB 386
502,653 502,653 0000000000000000005996cbb1ff08c944252f9fd82ecd39973a8dd85e5c381d 2,566 1.00/1.00 vMB 420
502,652 502,652 0000000000000000006ceae0d4e95c75064307245f0d431063340668ab905068 1,528 1.00/1.00 vMB 342
502,651 502,651 0000000000000000007fbe233a894ee0de789551e6f0ac6923c7c7b2d6b68fc5 1,833 1.00/1.00 vMB 385
502,650 502,650 0000000000000000008ab6d7ef48d18b0eeaa85fec9e84301099f200ebca6843 2,126 1.00/1.00 vMB 497
502,649 502,649 00000000000000000066948f128411ad90fd89b4f626399e623c413341f1c7c9 1,827 1.00/1.00 vMB 493
502,648 502,648 0000000000000000007db37f0b56bcf5e49c18006c6b94ada783ed28eb778465 2,257 1.00/1.00 vMB 534
502,647 502,647 000000000000000000568687e1ff5caeadf198145c6dc71375502ee60d51e7f8 2,188 1.00/1.00 vMB 514
502,646 502,646 00000000000000000040dbde5050f26f9ad47e6bca6adb9ad0f1130923107401 2,017 1.00/1.00 vMB 366
502,645 502,645 00000000000000000014cbeda9f637644e26dae1a0484d06f8b8c965f41aac6b 2,128 1.00/1.00 vMB 349
502,644 502,644 0000000000000000008fee89d6547ec8c1ae177d99af52958a4d62047d22b341 2,058 1.00/1.00 vMB 347
502,643 502,643 000000000000000000530ad13b9a55cec776f9dc16a439d34176384cea245591 2,134 1.00/1.00 vMB 523
502,642 502,642 00000000000000000006e50ac7b4c1f10d84c45994cd2a78a0dd1d3966d82c77 2,262 1.00/1.00 vMB 437
502,641 502,641 0000000000000000001c8db61042869f505f87cb905240988ca80dca8428bef5 1,990 1.00/1.00 vMB 404
502,640 502,640 000000000000000000180ec7fc214d12b88d3fd49330fd9469c3c6bfc5c46de7 2,185 1.00/1.00 vMB 443
502,639 502,639 0000000000000000008fac9f519b43c546f86a9e197535e2e02cda53541f26f0 2,608 1.00/1.00 vMB 463
Previous 10 blocks ↓
Total Size: 781.79 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: 633.63 GB
    • Received: 12.20 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.