Loading Tool

Explorer IconExplorer

Memory Pool

81,662 transactions
30.01 vMB
0.15927004 BTC
Random Selection Loading Transactions
Max Size: 180.77/200 MB

Candidate Block

Mining Attempt 7c1cf851ae84a105ec7c32d10d9eb5eda2ef635092f977d11fd3ce74b5ae82b7
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root c18da5c3f35fc24952ada7b856063695832140fe7c69333ec4cef9e9c93cb95e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,771
Size: 1.00 vMB
Total Fees: 0.06059345 BTC
Feerates: 1,002.91 > 6.07 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (188,592 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
726,713 726,713 000000000000000000005f25f8ef69d88ddeeb824eda34743470596d8a2740dd 2,229 1.00/1.00 vMB 10
726,712 726,712 00000000000000000003224ed06fc71f8c3101ffd1fdce8a5e865e4011292371 1,584 1.00/1.00 vMB 12
726,711 726,711 00000000000000000001f6bfa2eafb93b30b1bd9982bef0961e70cbbbe7f0eac 2,174 1.00/1.00 vMB 13
726,710 726,710 00000000000000000005d1f4ec0a41cd4597003f5124fefb720dd40adfa72a6a 2,415 1.00/1.00 vMB 14
726,709 726,709 0000000000000000000804ae1c5f87cd8a27e5993fe014134f333cf2f8ecab1f 1,467 1.00/1.00 vMB 16
726,708 726,708 000000000000000000025cce5a42e9d0904eac3deb8f64dbe1d75c6c8044a16a 1,417 1.00/1.00 vMB 7
726,707 726,707 000000000000000000096849e754f88195554d8c3d68a1be08d4f9e6ab7918cc 2,796 1.00/1.00 vMB 10
726,706 726,706 00000000000000000003fea18410ba9d94e41d74ef6406caee849c9749c2a288 2,885 1.00/1.00 vMB 12
726,705 726,705 00000000000000000004371e689be634bd2d3867d50e03cc74bb532540b5e332 2,607 1.00/1.00 vMB 10
726,704 726,704 0000000000000000000480c6bddbb8b8b3bb4ea52902567c6afddeed846f71ca 2,531 1.00/1.00 vMB 21
726,703 726,703 00000000000000000008a55f06a5034a86402f5fe9af6b6406610a93462ddab7 2,805 1.00/1.00 vMB 11
726,702 726,702 0000000000000000000921f0b5ee6dce5db4ddf1f596e2936a2c228a25c7abff 1,869 0.93/1.00 vMB 8
726,701 726,701 000000000000000000025ae82ecdf124618a3df9932c3741ea115e1bc2a9fc35 2,007 0.96/1.00 vMB 4
726,700 726,700 00000000000000000001836144cd5b9219b4285853e46ecce9d81121c2536eb2 2,625 1.00/1.00 vMB 13
726,699 726,699 00000000000000000009b1e37d6e5a1800f4509efab11917ceabf86544272aa4 2,084 1.00/1.00 vMB 12
726,698 726,698 00000000000000000003b4b952c601f853a635df2034eadac288309d00610e11 2,810 0.90/1.00 vMB 9
726,697 726,697 000000000000000000028616bafa340e227b4fedcb00d95e98e23bc90f65a606 2,652 0.91/1.00 vMB 9
726,696 726,696 00000000000000000007c198841bda099ebe75ba8e241b21cf1dacc39aee86ac 1,322 0.45/1.00 vMB 11
726,695 726,695 000000000000000000006850f912040ce6d8464eee575bf484a98d39c38ba2c1 665 0.21/1.00 vMB 9
726,694 726,694 000000000000000000062e2f4f3d8df98c2800d8a2e0ea6efa6eec584291b18d 2,148 0.84/1.00 vMB 10
726,693 726,693 00000000000000000004e6c1eec8281d333da8f893400125132dd60c5ff49fa7 2,613 0.98/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.92 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.48 GB
    • Received: 17.55 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.