Loading Tool

Explorer IconExplorer

Memory Pool

78,954 transactions
29.42 vMB
0.08333830 BTC
Random Selection Loading Transactions
Max Size: 179.85/200 MB

Candidate Block

Mining Attempt 0fc025028a9400121c79909911fe55c79e974a29016d815be0ece2eea28f1af8
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root e70ec51b8ebc268e9529a0fac418c442c5f5de7d2999418346e8a45d0f8a82bc
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,396
Size: 1.00 vMB
Total Fees: 0.01874220 BTC
Feerates: 402.60 > 1.88 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (485,681 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
429,631 429,631 000000000000000001ae1320ab7969a9a663a833eca2d3ae8c93e8a159b121ef 37 0.01/1.00 vMB 52
429,630 429,630 0000000000000000043b1a0393cab9712e714b8fddbd20ed6002720e1276617c 589 0.29/1.00 vMB 44
429,629 429,629 000000000000000001af27feb303ad97af81a5882157f166781784c639f8e896 745 0.39/1.00 vMB 49
429,628 429,628 0000000000000000026d0d8fec1b79addf4cbea16bbcbcee7d8157afbb90c7c5 2,498 1.00/1.00 vMB 55
429,627 429,627 0000000000000000025a51123d21d21c39d08be3bf3e757793174d82b7d13358 1,085 0.49/1.00 vMB 58
429,626 429,626 000000000000000002a2eabce1add44a4cea1cc363d71bf2bd57ced72b758a44 755 0.33/1.00 vMB 60
429,625 429,625 0000000000000000029fcda9d0ae4f3a4154efa48db8e341b8ae4a6585cfc864 1,720 0.79/1.00 vMB 48
429,624 429,624 00000000000000000245bd2b1ae89ef6c7ad218252e12f6c0e238867a1c1e362 273 0.10/1.00 vMB 65
429,623 429,623 000000000000000000bf19676eadf871d7bc9c0ae344ab9f64819403a16a362c 374 0.22/1.00 vMB 31
429,622 429,622 000000000000000004cc31a0ef62d070804c3110a532149d2d6079b6e625e0a8 2,254 1.00/1.00 vMB 63
Previous 10 blocks ↓
Total Size: 782.95 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: 715.16 GB
    • Received: 17.66 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.