Loading Tool

Explorer IconExplorer

Memory Pool

47,484 transactions
27.61 vMB
0.05602480 BTC
Random Selection Loading Transactions
Max Size: 147.51/200 MB

Candidate Block

Mining Attempt 73b1922bb545df9643ad8c211eaccb7b44a273defaf66baeb85eee08737d2db2
Version 20000000
Previous Block 00000000000000000000720fbc0aca6b07103f1eaf0847585182cffdd8f6b53b
Merkle Root d146477b949d3f1dbd45bc21d6740e7146941191def05948120442cf433e0f94
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,624
Size: 1.00 vMB
Total Fees: 0.00426160 BTC
Feerates: 100.00 > 0.43 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,795 (153,469 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
761,326 761,326 00000000000000000001ab88db079d0bdadffcf388ecb0f45f7e7991ff1c66f2 2,406 1.00/1.00 vMB 6
761,325 761,325 00000000000000000001644babb1d4f69db62f7b24a1cbd75ddea56a358748c4 3,578 1.00/1.00 vMB 17
761,324 761,324 00000000000000000001a1df67760041bd28ffdb4d0d74abdacbbe79a89117be 1,494 1.00/1.00 vMB 15
761,323 761,323 0000000000000000000736163a53a270a4e0a09136e86087b611298a0cdb5c50 3,423 1.00/1.00 vMB 24
761,322 761,322 00000000000000000000dc61dc6dba01b44370b02a0741d2df1f7dcb848639fe 2,081 1.00/1.00 vMB 7
761,321 761,321 00000000000000000004fa58ade64a6d00923bde3da7a9579fe48586587a07af 1,168 1.00/1.00 vMB 8
761,320 761,320 000000000000000000042922f9b2391c354a3c87359054dbd9bb4ba2908a4493 1,013 1.00/1.00 vMB 16
761,319 761,319 0000000000000000000395d620cc63bd8b6308c3eb9a269a665376cc00c0405d 3,086 1.00/1.00 vMB 11
761,318 761,318 0000000000000000000339c5d7b9cd5fe05ab87dc712aa3725142973667b5363 2,346 1.00/1.00 vMB 15
761,317 761,317 00000000000000000001cb172b11f5c912c999fa9a7d172db104873ab7eaa61a 2,789 1.00/1.00 vMB 18
761,316 761,316 00000000000000000004fcd9079d23deefc170f458a35cb35c7d1d4a899f0907 2,223 1.00/1.00 vMB 19
761,315 761,315 000000000000000000010f8148b9dcd48b26e02a1a64486765936f6322e14e96 1,887 1.00/1.00 vMB 6
761,314 761,314 00000000000000000001b4eededc4b8d1b467d3ef9e89fe6dc6dc71301ddd408 2,686 1.00/1.00 vMB 6
761,313 761,313 0000000000000000000021d6a1ad29668c25f94c8371b5438f46cc937f1f82b2 2,281 1.00/1.00 vMB 12
761,312 761,312 000000000000000000027bbb9ed73b01ebfe60b02b61c9f80a4cdd6b79ea9b1e 1,441 1.00/1.00 vMB 17
761,311 761,311 000000000000000000066c4c3cb971f4716843ded3c82869376ac61e9272f9e0 2,635 1.00/1.00 vMB 14
761,310 761,310 00000000000000000005327dbff4cb7b39d8a9f608c2ff32e5339434978a5dff 1 0.00/1.00 vMB 0
761,309 761,309 000000000000000000046d2e004fd3019ec3ca24d1e1057bb7bf7599c6a37e56 2,964 1.00/1.00 vMB 16
761,308 761,308 000000000000000000000c127d042af60978e2570e847dc445c4adea95cb2ccd 1,692 1.00/1.00 vMB 10
761,307 761,307 0000000000000000000523f4da7ba3c902366a3cd113d11a9b7741fc10deaa4b 2,657 1.00/1.00 vMB 9
761,306 761,306 00000000000000000000741b300c34cae1d0ec7dc929bd4dd264b2b9568c8808 2,985 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.02 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: 649.98 GB
    • Received: 13.23 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.