Loading Tool

Explorer IconExplorer

Memory Pool

38,101 transactions
27.22 vMB
0.06087922 BTC
Random Selection Loading Transactions
Max Size: 138.50/200 MB

Candidate Block

Mining Attempt ed64412bb9902088c4fcfa0ac05f7453b533d41d40df670ad68e5fdf7f95275d
Version 20000000
Previous Block 00000000000000000001387128703dc8e100fb66dc8413c1f0d759bd7170a104
Merkle Root 78ddb69c4032bb20290388513db6a27587683447091d93da9900728d57cde005
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,295
Size: 1.00 vMB
Total Fees: 0.00941775 BTC
Feerates: 60.16 > 0.94 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,638 (339,965 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
574,673 574,673 000000000000000000281a0bb0a8dcec95cf15396112f84920906c2f80cc0ec2 2,859 1.00/1.00 vMB 88
574,672 574,672 00000000000000000020f472a01be39a4573af42b23195520cde64a489a7fdb5 2,405 1.00/1.00 vMB 122
574,671 574,671 00000000000000000029833a5e1843d1e943b9e49d59333fff1618396a7ead5f 2,669 1.00/1.00 vMB 114
574,670 574,670 00000000000000000027e6615a95fa7a8333ffee200bfff4ab0114cd437c426e 1,718 1.00/1.00 vMB 155
574,669 574,669 00000000000000000016489ba0b001b98f88c0c230eb5836db76910e852c8fb2 2,286 1.00/1.00 vMB 36
574,668 574,668 0000000000000000000609d1919825cd3c21ac641bc2282e20270589dfea9964 2,805 1.00/1.00 vMB 52
574,667 574,667 000000000000000000037ac3c9c685e46f58e003e18d55c509c1a2dd39094d81 3,041 1.00/1.00 vMB 81
574,666 574,666 0000000000000000001c481b21acd9873a643d4f1ae4cc302c022190659654ac 2,564 1.00/1.00 vMB 92
574,665 574,665 0000000000000000001d6f15ac11b9c077a5ebd0da51b837bc44f2a24215e4bf 3,138 1.00/1.00 vMB 49
574,664 574,664 00000000000000000007409d7d40dda99ff18e152892da2906d8786e7b5e83eb 1,188 1.00/1.00 vMB 25
574,663 574,663 000000000000000000265e5603c2a45a2de5b14c8d19662e403507436afacf7d 590 1.00/1.00 vMB 1
574,662 574,662 0000000000000000002071b3a3e39aa64f960bf0a0fdd5d5b4449137f773ced9 3,164 1.00/1.00 vMB 63
574,661 574,661 000000000000000000063538d8748d027422ea5996fc85964915dc32db9d27d9 3,168 1.00/1.00 vMB 87
574,660 574,660 0000000000000000000a077fe2c35cd79f21eada40256810949f6acb833d5758 3,210 1.00/1.00 vMB 48
574,659 574,659 000000000000000000285c9d1b1827b4e98abc7b1e67b198e4ef3a3b73085c19 3,023 1.00/1.00 vMB 33
574,658 574,658 00000000000000000017616ad62a0b84c6faed5e7722d2729f71cfd7cf7a373c 2,627 1.00/1.00 vMB 10
574,657 574,657 00000000000000000025731106e6b8866c7dd85c3516029d68acd4f6a51fa5d1 2,659 1.00/1.00 vMB 27
574,656 574,656 00000000000000000024cfb2e55173b01b9e9a6485c6f001502a953d1b85c05b 3,038 1.00/1.00 vMB 53
574,655 574,655 0000000000000000001e8c9f3775eefa9f8906d713426df2f7b9a4299d97581f 3,258 1.00/1.00 vMB 45
574,654 574,654 000000000000000000232f714afa126a6cdc5ea7bcb880e14bff0a6e8d16b2e8 3,028 1.00/1.00 vMB 81
574,653 574,653 0000000000000000001be3ae36f435bf01b13994dc884295961504eefdd6253a 2,431 1.00/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 781.75 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: 631.27 GB
    • Received: 12.06 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.