Loading Tool

Explorer IconExplorer

Memory Pool

73,431 transactions
27.17 vMB
0.06209152 BTC
Random Selection Loading Transactions
Max Size: 165.99/200 MB

Candidate Block

Mining Attempt c6fd8a029d8c4f2f057cfc1f78df6c705196c3cc4ce8e1c4b9cc11b019a1e8ff
Version 20000000
Previous Block 0000000000000000000066dca9fab24cab5c950c60583369c37db71a237ae64a
Merkle Root e2c1c894223f0bed869947e4f19edc27599047478b0c426bb945ce4cad68a9f4
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,891
Size: 1.00 vMB
Total Fees: 0.00449567 BTC
Feerates: 20.14 > 0.45 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,291 (372,197 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
543,094 543,094 0000000000000000002728fa2f2e4721cff3af6d0df0ae5f6e8e4300a2a9abc4 756 0.35/1.00 vMB 20
543,093 543,093 000000000000000000129ade35bc60ddaa3dcfbf463d043dbbfeff95b4ca7c61 237 0.10/1.00 vMB 11
543,092 543,092 000000000000000000271260249d233b726d5a3f12cc33bb7db4536c7ac35b86 2,311 0.93/1.00 vMB 25
543,091 543,091 000000000000000000107c63cfbd837245cc6b208041d3c5e7dda40979ca112f 1,007 0.72/1.00 vMB 19
543,090 543,090 00000000000000000016efe267576c7ad582bc5d0bcc22676ee5d8dece0298af 723 0.49/1.00 vMB 7
543,089 543,089 000000000000000000171ff08b05f9f10f1fca2bffcdabf989fbadb3e7bb24e7 3,548 1.00/1.00 vMB 9
543,088 543,088 00000000000000000018367dbb64385a10a909d52821ff9a4c71ea4fd415d1c7 97 0.03/1.00 vMB 45
543,087 543,087 0000000000000000001f2199bf2c87f184cfd6f98f873c2820ba825e488c89d6 1,862 1.00/1.00 vMB 26
543,086 543,086 00000000000000000006c10d703c2e0ab99ffd4099698f615d29e3a4e6d67747 1,387 0.80/1.00 vMB 28
543,085 543,085 00000000000000000026be21eade03765220a8328ade91ca63653fa98eda67c1 2,325 0.95/1.00 vMB 22
543,084 543,084 000000000000000000266c70bf89f0be21e4bfdfac5565943a169b03960f1286 1,735 0.61/1.00 vMB 19
543,083 543,083 00000000000000000024a2edb8060da30d9ab293bd20fa6b34b6031c44757650 1,562 0.52/1.00 vMB 21
543,082 543,082 00000000000000000018dca2b607831e310a65c04d5cad34192eed9df14b01e1 576 0.24/1.00 vMB 26
543,081 543,081 000000000000000000272826ac7c2bb20f5c9a5a4fe2e0d63dafbbcd69900c0b 391 0.12/1.00 vMB 13
543,080 543,080 00000000000000000020db9e87d4d7b311bc71b154d722be1b6a65aff74c5b7e 2,702 0.86/1.00 vMB 16
543,079 543,079 00000000000000000023c27cb7e7dc3e2d21044cddc8c69a4b649fb323d288e4 995 0.33/1.00 vMB 23
543,078 543,078 0000000000000000001e140546ab1aaff100d55319a652c5071ba4da68926b43 2,311 0.66/1.00 vMB 8
543,077 543,077 0000000000000000001d99f84db1ad439fe3ddd87be563af71c4ae02c864111a 3,082 1.00/1.00 vMB 23
543,076 543,076 0000000000000000001f12ebb45ae3e14e94561acdf0cc9531e6d808aff1680f 2,164 0.74/1.00 vMB 23
543,075 543,075 0000000000000000000070ea389c542a80ea4ff1fc78055458e21f066d672b53 2 0.00/1.00 vMB 7
543,074 543,074 0000000000000000001da69e89a9aec69356b19cc3597b0e7ecbb43348fd705e 2,407 0.85/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.90 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: 713.54 GB
    • Received: 17.39 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.