Loading Tool

Explorer IconExplorer

Memory Pool

82,981 transactions
31.23 vMB
0.11233478 BTC
Random Selection Loading Transactions
Max Size: 189.63/200 MB

Candidate Block

Mining Attempt 80fd8478f8052685cf7b11d7ed93d6e73d0b962d97ddf78a2eac98d5449177d0
Version 20000000
Previous Block 00000000000000000000464fbd6ccc853e5ba244ebbed6c329fc6ad23af9abcc
Merkle Root 408aaf18819273647058fb7f48562ce59b005bc40b469e4d5e16fce61b0d2acd
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,983
Size: 1.00 vMB
Total Fees: 0.03603583 BTC
Feerates: 200.89 > 3.61 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,382 (487,742 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
427,640 427,640 0000000000000000024b8d98d605473d057a21cdc47da582c28aff55f290f0bc 2,512 1.00/1.00 vMB 85
427,639 427,639 000000000000000002ebe94f9ac635bf2c8c919e72acfb0e30798f1618779b19 1,174 1.00/1.00 vMB 20
427,638 427,638 0000000000000000034eba954a191419da3bd6ec106627e407a450753b76c4d7 1,763 1.00/1.00 vMB 55
427,637 427,637 0000000000000000000bdba98ec3fc245866bcff46837916018611f47b602f5f 1,595 0.75/1.00 vMB 63
427,636 427,636 000000000000000001e5a55417cfd16e842ab47b15f15621acc3ab213b32d793 1 0.00/1.00 vMB 0
427,635 427,635 000000000000000001e3dc3d001cc546111e3851b4200b2965f570e9cfee442b 2,259 1.00/1.00 vMB 75
427,634 427,634 000000000000000000f7abe13795531f1570bd5b269924e6460b67632add1dec 2,777 1.00/1.00 vMB 78
427,633 427,633 000000000000000002580444e8cae4dc38e442b74a955cea173eb5a04f00e701 1,708 1.00/1.00 vMB 53
427,632 427,632 0000000000000000040343fa5b85af8f14c0f93614e1bb6817574a5c4d3976cf 2,385 1.00/1.00 vMB 73
427,631 427,631 0000000000000000016bc93157350d2e763cd94f1cdb258dc92d806b1c3d247d 142 0.10/1.00 vMB 53
427,630 427,630 000000000000000001666825a4af0afe08dd35efb2d72b8d1bab4a584c976d86 440 0.25/1.00 vMB 54
427,629 427,629 0000000000000000036eea0009985418bc6c765102313d03d0ff68f3b55e7bea 847 0.91/1.00 vMB 23
427,628 427,628 000000000000000002e99ad73a9c120755b7a2fcac0bd40e527b838122f80ba1 1,914 1.00/1.00 vMB 48
427,627 427,627 000000000000000000848d3fc7b771ce190102d2c45f38d2f37854992bad35f5 1,479 1.00/1.00 vMB 49
427,626 427,626 000000000000000003105664098554b20fce1a8f96b87f1cb041c0af2bc5e0eb 2,348 1.00/1.00 vMB 69
427,625 427,625 000000000000000004c7dde07d0f896912a8c447b75a667a5dd5cbee41288d3b 1,904 1.00/1.00 vMB 44
427,624 427,624 00000000000000000395583a4c46ca957baf1dd98be5671e146f61aba3746bcb 2,665 1.00/1.00 vMB 77
427,623 427,623 0000000000000000041d866b746ba2dfce001db78cfc8b2afcbe95a72ac429b4 1,239 1.00/1.00 vMB 32
427,622 427,622 0000000000000000018a782f7b0740c875605a633591c771579cd34ce2e5e3bb 2,008 1.00/1.00 vMB 45
427,621 427,621 00000000000000000034b7e93c61d6f690c15065b57d91ec6bb18f59b345c7c0 2,200 1.00/1.00 vMB 53
427,620 427,620 0000000000000000008fd5a20ef0e30b6fffab6e4f7215b1ffe3b5b28286b8b2 2,401 1.00/1.00 vMB 75
Previous 10 blocks ↓
Total Size: 783.05 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: 720.60 GB
    • Received: 18.21 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.