Loading Tool

Explorer IconExplorer

Memory Pool

86,309 transactions
31.44 vMB
0.20600883 BTC
Random Selection Loading Transactions
Max Size: 190.82/200 MB

Candidate Block

Mining Attempt 98c61e1a670854607184597be48c2b3ae79b5e0c7cf654dac2383cdd33c7c77a
Version 20000000
Previous Block 00000000000000000000a78cdbfa3b9be4345dd96ae11394c52f854b4e194716
Merkle Root 68448e2ef4065523ee83c78a3d2eb2b57f06835b39dbb004ab4713e0c04bda6f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,642
Size: 1.00 vMB
Total Fees: 0.10435029 BTC
Feerates: 502.67 > 10.46 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,125 (84,109 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
831,016 831,016 000000000000000000029f7ca2e6330a0925d133f8a9e40a33f28f4b5ec847e4 3,474 1.00/1.00 vMB 18
831,015 831,015 00000000000000000002c0e7982eae2d6317534d16566915b7dfa8c5817c6e32 3,547 1.00/1.00 vMB 28
831,014 831,014 0000000000000000000142fa288aabf630a225b8002f6d01b562784c76fb8090 2,900 1.00/1.00 vMB 20
831,013 831,013 0000000000000000000242c2e30e56c0cb60dab84ecd8bf38175e1b11296d3d6 3,413 1.00/1.00 vMB 20
831,012 831,012 00000000000000000000792b865451d5b00ca682db2922d014ea1f560b8a7522 3,024 1.00/1.00 vMB 27
831,011 831,011 000000000000000000031b2cb01f09339a925475db77eb2efbcad87f7eaffab8 3,449 1.00/1.00 vMB 29
831,010 831,010 0000000000000000000010de2ded5b4855d7c2f5c5e8f089b3b0d0a2901a269c 3,576 1.00/1.00 vMB 19
831,009 831,009 00000000000000000002f51c812618c7652c8d14e12db1347bf9e2576b633225 2,659 1.00/1.00 vMB 19
831,008 831,008 00000000000000000002f198233e4ca84866fcfbcab10541b57414b4805fc2d3 3,395 1.00/1.00 vMB 22
831,007 831,007 000000000000000000022f81687fb61ddd62aab35ec5007067333bce242f3ac6 3,650 1.00/1.00 vMB 24
831,006 831,006 000000000000000000026786a0b78fc7c7a318c4e84681d031f1d68e4b47834a 3,520 1.00/1.00 vMB 22
831,005 831,005 0000000000000000000094615fecfe2a9100bdc9f7d6b5742fc89638e32eb83f 3,842 1.00/1.00 vMB 29
831,004 831,004 000000000000000000035a33adaff9ed70e03c19dd6a872d7fbb5be5bcdf94c0 3,602 1.00/1.00 vMB 34
831,003 831,003 00000000000000000002f23559d46afb2bceff111af5e5cc08c738b44187318a 3,596 1.00/1.00 vMB 26
831,002 831,002 0000000000000000000204a59e6173eb603cbea3751f692673a5ee10d9abc948 3,141 1.00/1.00 vMB 21
831,001 831,001 00000000000000000000db30298b253e2f83a789fbbb2c4b59ee2b47025d2bc4 2,858 1.00/1.00 vMB 18
831,000 831,000 0000000000000000000023b97098eadf43c48b85bae2d05b4d73142c022dbcc7 2,992 1.00/1.00 vMB 19
830,999 830,999 0000000000000000000009d17b7944c35772b74178c6efe51633a8eafd8dfeae 3,901 1.00/1.00 vMB 29
830,998 830,998 00000000000000000001c3bcda6c5116c1fd44b2f75b157d7c217aa80af6dad2 3,148 1.00/1.00 vMB 23
830,997 830,997 0000000000000000000218ef1bde27cb88fb1202fdbe7466f3a8aa5777e31073 482 1.00/1.00 vMB 11
830,996 830,996 000000000000000000013c58ff38057abe0d73345a2b49ce9673bca318313c62 3,994 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.61 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: 671.93 GB
    • Received: 16.07 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.