Loading Tool

Explorer IconExplorer

Memory Pool

48,037 transactions
27.79 vMB
0.06077481 BTC
Random Selection Loading Transactions
Max Size: 148.44/200 MB

Candidate Block

Mining Attempt 23e86cfdbabd1efbb4f7b5a42b5db9ee1f4d4894d1785bb439d80d8a49669ceb
Version 20000000
Previous Block 00000000000000000000720fbc0aca6b07103f1eaf0847585182cffdd8f6b53b
Merkle Root 88b41c3db1c286c34b476d5e9af7bb52cf2feb118a76efc615d006d4486be544
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,174
Size: 1.00 vMB
Total Fees: 0.00804906 BTC
Feerates: 100.00 > 0.81 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,795 (166,122 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
748,673 748,673 000000000000000000092ecbe2b9590c72c261435593ce81b4004b5a9471a97e 2,261 1.00/1.00 vMB 13
748,672 748,672 0000000000000000000600845ee097f8ea94f652c1ab6c861912906a822d4abf 1,066 1.00/1.00 vMB 10
748,671 748,671 00000000000000000005f2b74114b0cecbca711e2f57b9187b8c73fae19c80ec 1,586 1.00/1.00 vMB 5
748,670 748,670 000000000000000000002ae105ad83b56bd7761a1f5706065c8850d609a66a55 2,988 1.00/1.00 vMB 23
748,669 748,669 0000000000000000000728fcd2e5c8d92db9c32f28716d5177a20726be98160a 2,145 1.00/1.00 vMB 9
748,668 748,668 000000000000000000009b9516f1ad9d52f5ea2cb2eeb7c7b7af8cc5c353a232 3,696 1.00/1.00 vMB 15
748,667 748,667 000000000000000000022fcdeb1661d88de16729136777bb48a2efaa4a781092 3,619 1.00/1.00 vMB 33
748,666 748,666 000000000000000000002d59ae3b12b1c7687f3a3d7415c25a02c3eef7780497 1,786 0.96/1.00 vMB 5
748,665 748,665 000000000000000000070e47a06f56f2d7c8cef7a18f2e5604bce6092fe5fb36 1,842 1.00/1.00 vMB 15
748,664 748,664 000000000000000000071484f59fa541df5ff06a5edf0d63d1b8c5ac2dec7b12 3,443 1.00/1.00 vMB 25
748,663 748,663 0000000000000000000346d0516ec5cc1d561c063611da75ceb1509ccdce8b11 1,740 0.97/1.00 vMB 12
748,662 748,662 00000000000000000002a4ea1d393679b0c8fd87703d837a61f8fd849fdcd5b7 2,713 1.00/1.00 vMB 15
748,661 748,661 00000000000000000003b9675678a9b4a611aa8d052e7fc3f303c2437e9977a9 2,616 0.88/1.00 vMB 15
748,660 748,660 00000000000000000002bcc89b492d077aa5b18b5040325daf0c1e0fc6b43cf6 1,060 0.35/1.00 vMB 15
748,659 748,659 00000000000000000000a3b2c8551e7c66f1710efc20053630654a9d44ab70bf 317 0.12/1.00 vMB 17
748,658 748,658 00000000000000000002d1da8e366124aa6527537eca1a01e66af7ace012bb43 186 0.12/1.00 vMB 15
748,657 748,657 00000000000000000001394a888ccfffef1a97cf63055f155621a66f71f9ec68 690 0.38/1.00 vMB 10
748,656 748,656 00000000000000000000b381cff350362bf35d8ef71dad6db90c250059aff7fe 808 0.57/1.00 vMB 7
748,655 748,655 00000000000000000005656eff8a3d03ebc53eef0a0db00478aa0ac541ed0c7a 482 0.28/1.00 vMB 10
748,654 748,654 00000000000000000001842abef5c6b68fb503587541c9c511d692a01ac3db32 1,574 0.84/1.00 vMB 10
748,653 748,653 00000000000000000002749f699d1ef41108c4468e23cf8bf5ff08435c00baa1 2,239 1.00/1.00 vMB 18
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.99 GB
    • Received: 13.24 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.