Loading Tool

Explorer IconExplorer

Memory Pool

79,051 transactions
29.37 vMB
0.08673795 BTC
Random Selection Loading Transactions
Max Size: 177.78/200 MB

Candidate Block

Mining Attempt 4b281258b1679d955001761dfe87122c31ccad91bb180379818b24ee02db11f6
Version 20000000
Previous Block 0000000000000000000143f54c636fd580cc96e321febc4ce4dd319dbdcb21a3
Merkle Root 37f64e7236b344a69d4665e502e645d2293186441683743df21ba62aff09e4ea
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,009
Size: 1.00 vMB
Total Fees: 0.02502843 BTC
Feerates: 263.85 > 2.51 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,093 (158,526 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
756,567 756,567 0000000000000000000089a5e94f58f607e3c25040a83e99e4f6d6d959439639 2,554 1.00/1.00 vMB 11
756,566 756,566 00000000000000000006b78dfe14cb887c4eebae3b57a5abb8367d46b190f1b8 683 1.00/1.00 vMB 12
756,565 756,565 000000000000000000081ee8ea84f371dfe42a94913fa7a5b42a182a42a088aa 1,300 1.00/1.00 vMB 16
756,564 756,564 000000000000000000065fa90c3b6390f04d396c604ea3eee1ff6dab65b519f9 1,772 0.86/1.00 vMB 10
756,563 756,563 00000000000000000002c04aadf65451346ea1fde871f5fa458c717f1e2a2404 223 0.09/1.00 vMB 10
756,562 756,562 00000000000000000002e2d13447d0a36a6354a9268921bbbe5c366165a9919c 461 0.31/1.00 vMB 10
756,561 756,561 00000000000000000003462e31209f8f6d24c5816f81775a6b3b333723816d3c 953 0.73/1.00 vMB 2
756,560 756,560 00000000000000000004a5f28ab4c2b5c83c8b51a6af27e2412b00ead6f9704d 742 1.00/1.00 vMB 4
756,559 756,559 0000000000000000000137648d98ef82a1f695f842c709e2c59ea5f8f9ce47ca 2,184 1.00/1.00 vMB 12
756,558 756,558 0000000000000000000630637463093a9105b390dde0d0421003db69ab8db51f 2,624 1.00/1.00 vMB 11
756,557 756,557 00000000000000000004057dacb10dd6c6c0783c2893d90cb81ebf9752b48111 1,551 1.00/1.00 vMB 6
756,556 756,556 000000000000000000036fc373291b55de8aa607b6c191f54323a5fbfd48bf59 1,643 1.00/1.00 vMB 3
756,555 756,555 000000000000000000024184378b141e4e16ec187d9c56ac85747a32b2472a2b 3,288 1.00/1.00 vMB 17
756,554 756,554 00000000000000000004917c252e324f28d341c37fb7a07251bcb765ee7596e0 1,459 1.00/1.00 vMB 6
756,553 756,553 00000000000000000005968ccfc1b9fb0ccdecbaed035d9c297cbe132f1c6192 2,603 1.00/1.00 vMB 9
756,552 756,552 00000000000000000004a06c9b0d93a8ea464cb83933eaa7a58bee48584b76b2 2,457 1.00/1.00 vMB 5
756,551 756,551 0000000000000000000097b0309a695fcdbd18ca33b8fa3ca39a64085baf61cf 1,711 1.00/1.00 vMB 7
756,550 756,550 0000000000000000000754d1c84b1dad8a441e25be2b09c4e19c1e4ccf5c5cd9 2,564 1.00/1.00 vMB 20
756,549 756,549 00000000000000000000d8ae06d85b471cf8600d9d8882c584cbf85322f98f6d 2,426 1.00/1.00 vMB 17
756,548 756,548 0000000000000000000806bc8231a0192bee7f0ad91af3b422cc3191efcb7a20 3,216 1.00/1.00 vMB 12
756,547 756,547 000000000000000000088bda03f4c9ec8e66cfdd73f27694dd5fcd29f8ca05d7 1,314 0.53/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 782.56 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: 669.95 GB
    • Received: 15.79 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.