Loading Tool

Explorer IconExplorer

Memory Pool

34,230 transactions
29.46 vMB
0.07756654 BTC
Random Selection Loading Transactions
Max Size: 142.66/200 MB

Candidate Block

Mining Attempt 77d759468aa9f6cb7fb8bce65bb0fd86ae809618db0b6cc35a2d5623ed5cbf63
Version 20000000
Previous Block 000000000000000000016a655abee59fb1fe04633919e8d234db6ab1188b5de7
Merkle Root 329c034e05792ebd9713a1ce0b1415f580d42532c8733328c9e14ffd8298781e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,227
Size: 1.00 vMB
Total Fees: 0.01373451 BTC
Feerates: 72.50 > 1.38 > 0.35 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,518 (464,851 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
449,667 449,667 00000000000000000128cf0e173a8767e85e4ff3f9e7705e609f32825800c8cc 1,970 0.75/1.00 vMB 88
449,666 449,666 0000000000000000016b89682e3f8ac4beb22eb2d02cba6ecbdf30b30b626033 2,961 1.00/1.00 vMB 73
449,665 449,665 000000000000000001d897eb8df617e0eac4a45f6f6cd7dae5d3210686e86738 2,039 1.00/1.00 vMB 93
449,664 449,664 0000000000000000007e7248551dd453152b5a867210f4646e9ca53140b608d6 2,057 1.00/1.00 vMB 108
449,663 449,663 0000000000000000021b3623d18d975201bc73797d017ccf3ab3add8d2df1fcb 3,015 1.00/1.00 vMB 109
449,662 449,662 00000000000000000046bf8ad65d8fa12a2927813c403cf3629e43ad0ce61950 2,479 1.00/1.00 vMB 75
449,661 449,661 0000000000000000016812f5ae7eeb5561e6a573308ca65e9d54d0ddbe27bc56 2,629 1.00/1.00 vMB 79
449,660 449,660 000000000000000002505c6e6cefd930cbe1c4a3d626e58aaaef0f2e130153c0 2,398 1.00/1.00 vMB 111
449,659 449,659 000000000000000000a26864de375fe086c088ee3831d366e075f57feb380343 1,952 1.00/1.00 vMB 66
449,658 449,658 000000000000000001a66dc4716b118b127e576e5514666312c66e56e9eda410 2,794 1.00/1.00 vMB 93
449,657 449,657 00000000000000000015f627cd5dcdc3733b355756e5de55601c05d944384a58 2,471 1.00/1.00 vMB 101
449,656 449,656 000000000000000000e5fe89d506b3de1f1742ff2367f2ecf65d4b2405fa0c37 2,382 1.00/1.00 vMB 90
449,655 449,655 00000000000000000256bd4c332a08f0dc3ef44305bf7c7eed5b263c37290f9a 2,191 1.00/1.00 vMB 83
449,654 449,654 0000000000000000020ed36c1d176f9f687c8aca257be8740e6b8f5ce1846952 1,647 1.00/1.00 vMB 58
449,653 449,653 000000000000000001f5a9b6b114c9a97d283a210b523d1282e0cbd288a26a3a 1,521 1.00/1.00 vMB 91
449,652 449,652 00000000000000000093552e926b5a97ac8e451f6c9b2871304fc71650fc4031 1,418 1.00/1.00 vMB 101
449,651 449,651 0000000000000000004564510b11d63a9c1e094b448cdb615e854288e3289a94 2,190 1.00/1.00 vMB 87
449,650 449,650 0000000000000000003c934622001e075b8cddb8626b39c2d8bf5128b070afad 2,490 1.00/1.00 vMB 70
449,649 449,649 000000000000000001a1df4c383ba31eaef0848607c9bc439c907b1742b1c8d5 2,267 1.00/1.00 vMB 102
449,648 449,648 0000000000000000020a549d69e2938542ef72df0833608cf612bf99aac8aeb7 750 1.00/1.00 vMB 54
449,647 449,647 00000000000000000283d2e076f278f27243bb6a662159ebdcbee718d1da7077 1,821 1.00/1.00 vMB 71
Previous 10 blocks ↓
Total Size: 781.53 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: 613.79 GB
    • Received: 11.14 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.