Loading Tool

Explorer IconExplorer

Memory Pool

44,715 transactions
28.44 vMB
0.07984591 BTC
Random Selection Loading Transactions
Max Size: 150.52/200 MB

Candidate Block

Mining Attempt 8a6bc1db98e2e68cf03a88f295e6e74831d7b55252c2ee68f402877a831582e1
Version 20000000
Previous Block 00000000000000000001df441194999cee64e33a9cb681f5d079c783db8bbb61
Merkle Root b9347999f48b2f8a6563ee66b96688c14eb080c564c783549128ea76f3b7abc2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,779
Size: 1.00 vMB
Total Fees: 0.02601791 BTC
Feerates: 150.93 > 2.61 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,808 (231,475 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
683,333 683,333 00000000000000000000fd840e94f4996223307906e35792ba8d1255a4b7b898 1,857 1.00/1.00 vMB 58
683,332 683,332 00000000000000000008a12a9797fc7ab1c7ad5aee3c904698755f10cc12c041 653 1.00/1.00 vMB 47
683,331 683,331 0000000000000000000d968ffe8ab0ed35eb7772fe60303e5eee0f71c3999662 2,493 1.00/1.00 vMB 71
683,330 683,330 000000000000000000043751505b97d97c8449c4cd651ce02b0c6dbf22075d5c 2,349 1.00/1.00 vMB 46
683,329 683,329 0000000000000000000cad4ebfee50968c64c79ae94cc3b13412ee1f18e3f831 2,708 1.00/1.00 vMB 43
683,328 683,328 00000000000000000006cd28f5de97aad607869a73cc393d28c917d0f2c9c607 2,115 1.00/1.00 vMB 75
683,327 683,327 00000000000000000009a583cb0f049f40bb6a89bf9828ededf492be05b4779b 2,478 1.00/1.00 vMB 60
683,326 683,326 0000000000000000000354f677fb8cdebc35e1f69f28f430da58dd947aa2f3b7 1,142 1.00/1.00 vMB 28
683,325 683,325 0000000000000000000a3eb90b42fb8f19a2ef5208c5fa5ebcad8b0f42549203 1,322 1.00/1.00 vMB 36
683,324 683,324 0000000000000000000503b1216a4a6a967504d35a9a53c70fa8d5706e43237a 1,010 1.00/1.00 vMB 34
683,323 683,323 000000000000000000011eb159813f4f65292b760ca82c8a1cbacec672ab51ef 2,049 1.00/1.00 vMB 44
683,322 683,322 00000000000000000008fa97446a5c97f916f31f2102a6ff8b8f7a5133390491 804 1.00/1.00 vMB 9
683,321 683,321 0000000000000000000c1989369f0a6fbc400a5c99a5fefb2c858d38426c2823 757 1.00/1.00 vMB 9
683,320 683,320 0000000000000000000d74d02830e00e72924b92bc102dd6e62b472b842adc3f 1,051 1.00/1.00 vMB 19
683,319 683,319 0000000000000000000453b9f456c677f4d9c8f210a4441c2285ea3d5d164944 1,138 1.00/1.00 vMB 13
683,318 683,318 000000000000000000047ab013a5aad3b5cd87ec4cca2b0f2c6a98deb0327de5 1,034 1.00/1.00 vMB 49
683,317 683,317 0000000000000000000cf4bbdd07efa8348e33ef319573e48f10649357088e18 615 1.00/1.00 vMB 18
683,316 683,316 00000000000000000002cfbce03170f416ac4a4b68f3edddf7b5b95433368cc6 1,505 1.00/1.00 vMB 27
683,315 683,315 0000000000000000000079dc3aa9583f4d15cc6a4af96b84a0afb37e4f5b8ff1 2,479 1.00/1.00 vMB 27
683,314 683,314 0000000000000000000bd6c09e2a0a09aa946eb876ef95655c3f40ce2bfc90cf 2,546 1.00/1.00 vMB 63
683,313 683,313 0000000000000000000c765ffd40b41f0815def0e0f9dda4cbc92f5e35680bfc 1,472 1.00/1.00 vMB 50
Previous 10 blocks ↓
Total Size: 782.05 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: 650.85 GB
    • Received: 13.33 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.