Loading Tool

Explorer IconExplorer

Memory Pool

76,840 transactions
28.55 vMB
0.08667924 BTC
Random Selection Loading Transactions
Max Size: 173.16/200 MB

Candidate Block

Mining Attempt 0dedc6f41d38dc1dd955cfcc2077a0fcd48ec4aaf17882b84c93bddd9d33a3d1
Version 20000000
Previous Block 00000000000000000000ec814f6a04cd5247383be9ebea2cfd71c6247fc02550
Merkle Root 94fc22a8c0d84f8ce95f105f4c06901aa3b7a131c45dfc76734adbcda8e75588
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,801
Size: 1.00 vMB
Total Fees: 0.02175892 BTC
Feerates: 402.60 > 2.18 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,308 (501,697 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
413,611 413,611 0000000000000000000d2b2626e964d162ba81152c0850f8513f83dcf229d72e 2,200 1.00/1.00 vMB 45
413,610 413,610 000000000000000001aa48f33a6e1df032f6a27861893845d4a50557258864e4 2,182 1.00/1.00 vMB 58
413,609 413,609 000000000000000003be6e9729767d9cf0fa9391e86de72c5aebb49c7fcbd4ff 1,881 1.00/1.00 vMB 96
413,608 413,608 000000000000000001fb9b68ddb473d3a8e664c1d48e9c4dc1a37e74cac19b7a 1,736 1.00/1.00 vMB 38
413,607 413,607 0000000000000000053a3aaca1a498b4d5a17430cc33361b4529f07b18348a0e 1,277 1.00/1.00 vMB 41
413,606 413,606 00000000000000000184eea17df96d0e3006c1ab3f94509635329c743bab00d8 918 1.00/1.00 vMB 23
413,605 413,605 000000000000000003950fc848794117e7eaed773a1c43f48b1021fc18f3fa33 1,969 1.00/1.00 vMB 67
413,604 413,604 000000000000000000e7075fd52be618d335235539a333b691f527d86ae15752 2,095 1.00/1.00 vMB 40
413,603 413,603 000000000000000002f31c8944dafe19b077e0fd27a2e89b3dedd311494194dc 1,943 0.99/1.00 vMB 46
413,602 413,602 0000000000000000028571b3661b76f487f162d2bab692ee8f7fa6bbbc5fa18b 2,002 1.00/1.00 vMB 61
413,601 413,601 0000000000000000050ebb0a5b493d557f0ddb24a880c87935fe94817afbb3c4 2,308 1.00/1.00 vMB 61
413,600 413,600 000000000000000003bfc5b5f6d85bab153fc8a1cb46655941d6ec69620a8735 2,325 1.00/1.00 vMB 77
413,599 413,599 00000000000000000423d8c23aa4b6eb5d7736f070f163dc3bc4d1ca4a2af39b 2,114 1.00/1.00 vMB 112
413,598 413,598 000000000000000004b5b3d671d7b9fc6d65d0fd95059d42ed1d57c25dc82b23 2,003 1.00/1.00 vMB 51
413,597 413,597 0000000000000000028da46d08160cbb42b57ae5b150fa8051f6519016319c95 2,052 1.00/1.00 vMB 51
413,596 413,596 00000000000000000421f8ccd969931b073d5b3cd3f07815451058a624971aac 1,675 0.99/1.00 vMB 58
413,595 413,595 00000000000000000266cecca7fa7f8747bb5dd3907a67c7011cd57810bd8885 2,416 1.00/1.00 vMB 80
413,594 413,594 000000000000000002458a4414274fcb44b3721c4888ef5228bc3a52d502fa82 2,559 0.99/1.00 vMB 96
413,593 413,593 000000000000000004bf49da8522662ec7ad32b8efd3dbfa0db2504aecae709c 1,011 0.99/1.00 vMB 51
413,592 413,592 000000000000000000e65fadc6aebf074c9f1688191a3fe1592098d535036efb 2,953 1.00/1.00 vMB 56
413,591 413,591 0000000000000000007e8460e98286fc292823d80c8b8fc341c666ee1812a75e 2,204 1.00/1.00 vMB 69
Previous 10 blocks ↓
Total Size: 782.92 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: 714.52 GB
    • Received: 17.56 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.