Loading Tool

Explorer IconExplorer

Memory Pool

47,300 transactions
27.99 vMB
0.08793443 BTC
Random Selection Loading Transactions
Max Size: 148.74/200 MB

Candidate Block

Mining Attempt 7d14d02ad59ec5d64f512e7a9cf7f86d7b1bc75b305a0c30b4f9eaee270c0978
Version 20000000
Previous Block 00000000000000000001e1af25ad4e9d2008c13672c48d9c88eeac32a869b9f2
Merkle Root 70cc3c85ef9f079a1f25dcd9ab828bc6543a65f70dd27a98633feaebe3c312f7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,407
Size: 1.00 vMB
Total Fees: 0.03337391 BTC
Feerates: 500.00 > 3.34 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,789 (767,132 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
147,657 147,657 00000000000006abfa326230d35348d02315a6d84ec81d2c0adad38e543420e8 20 0.01/1.00 vMB 240
147,656 147,656 00000000000002d6addb12512d615f70eb97bc13536ea0026db26d387d175db4 26 0.01/1.00 vMB 51
147,655 147,655 000000000000046fa821362d97a1a16f85e556713eff5264e17a45d7974b9ce9 8 0.00/1.00 vMB 1,252
147,654 147,654 000000000000038a6ccb67ea1b5e41039ea051ec86950f5ebc1eceae3cc88e2b 75 0.03/1.00 vMB 43
147,653 147,653 000000000000092e5c6b10fd2a85a05fe119f193ec99b0c43a80b4c34a7e300f 22 0.01/1.00 vMB 87
147,652 147,652 00000000000000c3ba28de245f04bf763ccbfee0c20a51079a1559275284f93d 81 0.02/1.00 vMB 2
147,651 147,651 00000000000009cabc2fcb898a7ee1f557c127bbd4e42d567a23ec567a703d21 12 0.00/1.00 vMB 690
147,650 147,650 00000000000002a300ecd2dcfa9464a92a78c31b6aa7c375004f0fd737c91994 57 0.03/1.00 vMB 123
147,649 147,649 00000000000008df32e75c06c0b0e2f8129bb98b50481f194f7da121636094fe 63 0.05/1.00 vMB 33
147,648 147,648 000000000000020106541ac14704ceb1223ec69209edc9d4afbe7c8a2935ddb3 53 0.01/1.00 vMB 7
147,647 147,647 000000000000083a4e4e8cd2add253b0d238ea4bca59bd1e278ea02c956f310f 11 0.00/1.00 vMB 0
147,646 147,646 000000000000085d58f1d15cf57cd3b5bd6907a729e1e08584daa2a9f9b0b4e5 70 0.03/1.00 vMB 80
147,645 147,645 000000000000033abdc131ae0b00bc6f75fed3609a39ae42041c2285f805c661 1 0.00/1.00 vMB 0
147,644 147,644 000000000000099f2bac72748bccef28f5f739fe01f4aa084dabf41f3b3c7f7d 16 0.01/1.00 vMB 104
147,643 147,643 0000000000000367987d18cac92ebf06706b56d0a2ac8e9c5db4991e04a8e9e1 1 0.00/1.00 vMB 0
147,642 147,642 00000000000005d8a6c87e2d9b7c520962439c78e4baed6aa94a5dc9e8007f94 2 0.00/1.00 vMB 52
147,641 147,641 00000000000005baee2420817365c0103531b03429063d6dab26c996d4650f90 12 0.00/1.00 vMB 20
147,640 147,640 000000000000023ec381712fc0425338eafd922192962a782a302d6f0ff4c8d3 73 0.03/1.00 vMB 198
147,639 147,639 0000000000000431dd94549d11cb04044c77a701511ac6f91276398eb4ef92f9 39 0.02/1.00 vMB 21
147,638 147,638 00000000000004131b788805e1beda32b1cb41d1f77e726bc054f99e78150d7c 12 0.00/1.00 vMB 0
147,637 147,637 00000000000006ef026b0037cf0003a64acb71624feb1d127ea2d9ca93c74c97 16 0.01/1.00 vMB 189
Previous 10 blocks ↓
Total Size: 782.01 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: 649.39 GB
    • Received: 13.17 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.