Loading Tool

Explorer IconExplorer

Memory Pool

88,400 transactions
33.03 vMB
0.12194295 BTC
Random Selection Loading Transactions
Max Size: 200.00/200 MB

Candidate Block

Mining Attempt 9cef148c4d842361a46409603dfcfe7c1b5d9b8d3cd100fce9865e61205ed5a9
Version 20000000
Previous Block 000000000000000000009cc3403b9757f9232658f0f77f1827104ea56c8d475d
Merkle Root cab304c04a449172f72a572c6d6c87e49a328e12f5b6c2473911a266efcf0404
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,913
Size: 1.00 vMB
Total Fees: 0.03582968 BTC
Feerates: 318.30 > 3.59 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,341 (485,689 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
429,652 429,652 00000000000000000072cbf2737184c219908d869105c267d57fc294108b915f 2,426 1.00/1.00 vMB 57
429,651 429,651 00000000000000000150b418c83e341b761c157fede6b9a85c3ea477dd2f2037 1,414 1.00/1.00 vMB 123
429,650 429,650 000000000000000004999704d464d5df29dd5ce15a28b05f2484542d61842cc9 1,524 0.90/1.00 vMB 30
429,649 429,649 00000000000000000219b45e0025db29fcca8e0f36b80d666ce8370db825af16 2,367 1.00/1.00 vMB 61
429,648 429,648 0000000000000000004b24e15557d6a6899d7b940dd8ee3878292a41c165c2b8 2,876 1.00/1.00 vMB 66
429,647 429,647 00000000000000000223834a61ac3be17af7be3d64e84c848e7c7e78336747f0 2,294 1.00/1.00 vMB 105
429,646 429,646 0000000000000000040523d85ad6efc1ccdd710092269a5eed8cad4c08ba5887 722 0.31/1.00 vMB 61
429,645 429,645 0000000000000000001b1f604cab33d1261762ee9a0ac5ce5feb3d4890baf310 1,297 0.75/1.00 vMB 44
429,644 429,644 0000000000000000011caf2fd5a0345a07171957b1404334da8d7c73ca0c509e 2,377 1.00/1.00 vMB 61
429,643 429,643 0000000000000000001c4a65f0526fdcb5bb667239e08bedd5043482b0c82436 151 0.06/1.00 vMB 96
429,642 429,642 000000000000000003b2f6b7971022dcc3be1473e33a3b77673b8436288a4d74 185 0.99/1.00 vMB 5
429,641 429,641 000000000000000003f7377b20fbef065c6cea7efbb2ac023d5af861ee82287b 2,357 1.00/1.00 vMB 58
429,640 429,640 000000000000000001e4ac3b344e6b63346df9f318db9c4a2c0e67eb4fb29cc1 290 0.98/1.00 vMB 6
429,639 429,639 0000000000000000036001154dc64c2116f0af9e095f0e325e832dedbff8a6d8 499 0.21/1.00 vMB 67
429,638 429,638 00000000000000000040396e1a7a9583b4b4595a9e07c25b0efeef94ce62f7d6 1,124 0.99/1.00 vMB 35
429,637 429,637 000000000000000000c05c22b1f708ee232b5e1705a8ee1548c472cdf427e2f4 380 1.00/1.00 vMB 14
429,636 429,636 0000000000000000021d819c9772a5af7985e82482cec76a7e7b0e78763755f6 1,515 1.00/1.00 vMB 46
429,635 429,635 000000000000000003a0935efd4ab8602400b8e9780418f1d328a2a2bfc59f46 1,124 0.98/1.00 vMB 37
429,634 429,634 000000000000000001476d01995ac7c472d9586ed1f74b95d2e51605df6c8d9f 1,647 0.97/1.00 vMB 38
429,633 429,633 000000000000000004b68c67bffa4c7af02f172364a130a5b9ee3d716d7a5be8 2,725 1.00/1.00 vMB 67
429,632 429,632 0000000000000000048e8ea3fdd2c3a59ddcbcf7575f82cb96ce9fd17da9f2f4 2,590 1.00/1.00 vMB 65
Previous 10 blocks ↓
Total Size: 782.98 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: 717.13 GB
    • Received: 17.82 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.