Loading Tool

Explorer IconExplorer

Memory Pool

50,710 transactions
29.05 vMB
0.07371833 BTC
Random Selection Loading Transactions
Max Size: 156.87/200 MB

Candidate Block

Mining Attempt 8fcc0efdfb34f3d9a9129dcf523a098cd79c6ba8a5ae7e4ef63ebbc7ad3b4c82
Version 20000000
Previous Block 0000000000000000000191cff1c72555e27a3caba96683c65a586451f3da17d1
Merkle Root 1c3a5787b7bfe39fb694df3cfa224b2182ff00bd85eb27b4bafb4f2c6344aaa5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,124
Size: 1.00 vMB
Total Fees: 0.01824424 BTC
Feerates: 173.90 > 1.83 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,840 (278,320 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
636,520 636,520 000000000000000000090aabf8654f935091c9ac338d35b0f863cdc91e4f8f5e 1,168 0.56/1.00 vMB 17
636,519 636,519 0000000000000000001020d08e61303bf4233769b5e5008d76f50f39d6cb1b6f 1,378 0.67/1.00 vMB 10
636,518 636,518 0000000000000000000f3649e4f7ee6a708ddde82de46c8a49885b1341bf9b64 1,512 1.00/1.00 vMB 22
636,517 636,517 00000000000000000007bba59da68f3aa336c905ed32f5e484e2f17bf04c0e09 2,223 1.00/1.00 vMB 2
636,516 636,516 00000000000000000007ede9f38852ed13f01cdff8947460fa71223dad092390 2,514 1.00/1.00 vMB 28
636,515 636,515 00000000000000000006ed7352896ec1a12ea527b69d77fe9ccda0ed947e1a84 2,069 1.00/1.00 vMB 34
636,514 636,514 000000000000000000032765e2e627b1bcd84979943602141694b450e29408a9 926 0.40/1.00 vMB 21
636,513 636,513 000000000000000000033b8af5c9e20ec3322bfe83f5b7c8a1aa5be8ce37aafb 2,272 0.75/1.00 vMB 4
636,512 636,512 0000000000000000000539401dab54847e4b3d8bd1a21509233bec6dfb12a97f 2,717 1.00/1.00 vMB 26
636,511 636,511 0000000000000000000d67f36ffa64ad78c6a376eec67fe25c36f450084121c2 1,993 1.00/1.00 vMB 33
636,510 636,510 000000000000000000103654beb5ff6322d86245f2d814a6b5cc691bda1ae673 1,320 0.50/1.00 vMB 22
636,509 636,509 00000000000000000009d1c407f284390de010df7cc894e198a77a89811af230 2,121 0.70/1.00 vMB 13
636,508 636,508 0000000000000000000069b7f8d5bafc204c94ec0b37b713e6845345496d5a6c 2,222 1.00/1.00 vMB 22
636,507 636,507 000000000000000000055533785fc19d9f19376d5135368a456194679c1af7af 704 1.00/1.00 vMB 37
636,506 636,506 0000000000000000000774d5f494c2a7b797ac966880a7b34ab24daf5df20e13 1,562 0.56/1.00 vMB 11
636,505 636,505 0000000000000000000b8ca8d13dfb478d660f39b15c546a14e9ceb25f2d5e98 3,004 1.00/1.00 vMB 15
636,504 636,504 000000000000000000075b9269ff5234c7b3f52b4ae374135d6b1e6bcdbac92b 3,028 1.00/1.00 vMB 22
636,503 636,503 00000000000000000003cfce6ffd152bc7ccedb9004b6057d11d6b58da450571 2,776 1.00/1.00 vMB 37
636,502 636,502 00000000000000000000f726388e13a9e305f9603edbde6aee71fcd2cf06b3e8 78 0.03/1.00 vMB 21
636,501 636,501 0000000000000000000038f21908374f935e0ff826c7ab3efcf0bae4c7b70533 883 0.29/1.00 vMB 20
636,500 636,500 00000000000000000005fc4d76d81c8ec0a943507ebe35307d9968a7e7ced6b0 265 0.08/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.11 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: 651.84 GB
    • Received: 13.65 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.