Loading Tool

Explorer IconExplorer

Memory Pool

80,913 transactions
29.73 vMB
0.14717917 BTC
Random Selection Loading Transactions
Max Size: 179.46/200 MB

Candidate Block

Mining Attempt 4d7484cfc67fb137d1e59dd224433119b968284c51c91a2e41b488538df03829
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root 8cbcdfabaddb8a41a4620c64143db373058d75e4e2dfb3f2113e357aeb6898fe
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,325
Size: 1.00 vMB
Total Fees: 0.05597220 BTC
Feerates: 1,002.91 > 5.61 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (750,255 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
165,050 165,050 00000000000007c8713a599d86d5271a4d009d96e77af530aa179cf43a9a93bb 25 0.01/1.00 vMB 287
165,049 165,049 0000000000000b1bfbb19023370de48df65a588659c8ac8d6c2f1bda3c8bc7d5 50 0.03/1.00 vMB 40
165,048 165,048 00000000000006e83d0cab5b455b49973f0b2793a85633bab37655b5f7193c4e 57 0.04/1.00 vMB 71
165,047 165,047 0000000000000333407a94d5c42f657b941edd7c07715b9b1e650a7bb6c41877 51 0.01/1.00 vMB 6
165,046 165,046 00000000000006d2b2789cf489deb903b13a8b1039c20a4d68a43f83f195d4ef 68 0.02/1.00 vMB 51
165,045 165,045 00000000000000581ca71ae2e89c17f24fa787fc08d49a58609e6b2544d1655d 109 0.06/1.00 vMB 110
165,044 165,044 000000000000036e7d1b5077f57f036256462ccf18bb1a077cbf7fc1f0d59c93 9 0.00/1.00 vMB 27
165,043 165,043 000000000000062eb926d8d6b68973385bff1545c4cf492cdb24edf633bce6e5 22 0.01/1.00 vMB 139
165,042 165,042 0000000000000526bfa5e7330640c0d86ca007ef3d9bc8e2567bf34935852573 50 0.02/1.00 vMB 68
165,041 165,041 000000000000005b5c93dec470c18f1e7338c48571b9aa3caf735fffb86e6045 78 0.05/1.00 vMB 124
165,040 165,040 000000000000076adfd2a8a6ac4e22d16a196059271913d2b6d56aa9decfd191 40 0.02/1.00 vMB 225
165,039 165,039 000000000000033d6de2447df1c4acb653260815e5e412b611de49349c8fdf6b 113 0.03/1.00 vMB 3
165,038 165,038 000000000000097ce4b1d4a5ce5fc4d183168e0320ef222dbc836141ee2e88e6 33 0.01/1.00 vMB 108
165,037 165,037 0000000000000a59bd7d3523dfcb1173e3f9c8c6e39da0b2792de186924fc13d 11 0.00/1.00 vMB 17
165,036 165,036 00000000000009539e0e81d4fb377b287c68b335b6732b62b4f751e8e1ff3ffc 72 0.02/1.00 vMB 87
165,035 165,035 0000000000000c2067af30f453e0aa8ca5626e53f5b95f346332cd4777fff6b0 26 0.02/1.00 vMB 143
165,034 165,034 00000000000004a19cb1d6a61172d5afb625d19e212e241bde94ebe7d1abbf20 55 0.03/1.00 vMB 86
165,033 165,033 000000000000007e6a8f986b98f00eeb3d3af77626ce20d05f9b87206b8f0672 23 0.01/1.00 vMB 73
165,032 165,032 0000000000000258f8225be12e619abe7204f1bad09088e2adfdab3848725d31 26 0.01/1.00 vMB 264
165,031 165,031 00000000000003989b14c9ec4c1a68e73224633164654e099f204e5f1bea7ebe 18 0.01/1.00 vMB 271
165,030 165,030 0000000000000abf8b2df0855122c233b0757ce33b518eedaaa858f40c929adc 58 0.03/1.00 vMB 42
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: 11
  • Data Transfer:
    • Sent: 714.47 GB
    • Received: 17.54 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.