Loading Tool

Explorer IconExplorer

Memory Pool

82,204 transactions
31.11 vMB
0.09957247 BTC
Random Selection Loading Transactions
Max Size: 189.48/200 MB

Candidate Block

Mining Attempt e08a14bfac387b372cbe1e0dedacd3c7de0447dc43573797447ef7369c1623d8
Version 20000000
Previous Block 00000000000000000000d54ae1f901c1782dfc3a366574883d3ffd6b49db3d43
Merkle Root 97a18c9b0ae327c0ea4f06f21244455f76476505a643e9f8c66e756ead1301a9
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,988
Size: 1.00 vMB
Total Fees: 0.02515849 BTC
Feerates: 151.12 > 2.52 > 0.96 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,384 (106,007 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
809,377 809,377 0000000000000000000411768127cf50dbe33d0a360462cf1d97178f6aba6f0d 2,190 1.00/1.00 vMB 18
809,376 809,376 000000000000000000023079ac40dddca0799d17700a04484f5e75577c35f917 2,164 1.00/1.00 vMB 11
809,375 809,375 000000000000000000001a510d12dc8a90185b0cc68766493ed5ee5105ab7e32 2,922 1.00/1.00 vMB 9
809,374 809,374 000000000000000000006a43e7d955798116c834fc7810db2a3a5abc5c398990 3,537 1.00/1.00 vMB 9
809,373 809,373 00000000000000000000fb52b83fa52d61564379a72798d9f0a2d8d1dd90b45c 1,428 1.00/1.00 vMB 17
809,372 809,372 000000000000000000042395410651cf7a53ae0d6f9afe30c20cdd3e9dd17e62 1,883 1.00/1.00 vMB 20
809,371 809,371 0000000000000000000283f894f2c64c8f3c97262dbd2887206fdb8adf2aca3e 875 1.00/1.00 vMB 15
809,370 809,370 0000000000000000000462791d29c685d334c56512cd284b15dd028d45014920 2,201 1.00/1.00 vMB 22
809,369 809,369 000000000000000000043ba2a5b10ba52832d5095d42ac73005a309ede9f4d9a 1,561 1.00/1.00 vMB 23
809,368 809,368 000000000000000000043aea525a9ba3d74a390262f16b36f117bbbd9b312a1c 1,327 1.00/1.00 vMB 18
809,367 809,367 0000000000000000000335b0b8fa9ec22f8e8b7639272de388be1540b76ab36b 5,507 1.00/1.00 vMB 13
809,366 809,366 0000000000000000000075a4a98c20f2f6230d9f446a706fed5902ac90e254c9 3,605 1.00/1.00 vMB 13
809,365 809,365 000000000000000000008dd2c65049ae10d4f1f0ffe837dd5ccbfc973730567d 1,213 1.00/1.00 vMB 16
809,364 809,364 00000000000000000000805bab303ea8f76450fc423722bdd5436db6f52bbf59 2,315 1.00/1.00 vMB 22
809,363 809,363 00000000000000000001e5a5e93272f2e0e5616f613d245bcaac2b64abfaf7d7 3,586 1.00/1.00 vMB 10
809,362 809,362 00000000000000000002b814316d5af668eed03db3539356696e3ae0adc6e9b9 1,446 1.00/1.00 vMB 14
809,361 809,361 00000000000000000000710f945a6dcaeed5b8678c31ef70e37695ccafa3fcec 2,494 1.00/1.00 vMB 12
809,360 809,360 00000000000000000002957bad79f18d30cc6f0db0c78894d921d3095ea97a65 1,346 1.00/1.00 vMB 15
809,359 809,359 000000000000000000029de3fce1f04b0134de3e8df44125e2ce7a38305c7bfb 2,147 1.00/1.00 vMB 18
809,358 809,358 000000000000000000010853ad692be4cd01f577fdd06b9a5a7eb1515adb95a9 3,126 1.00/1.00 vMB 22
809,357 809,357 00000000000000000001b8888ddb75896dd4c49ce004c9cacaf14c1e1173a00d 2,702 1.00/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 783.06 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: 720.64 GB
    • Received: 18.23 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.