Loading Tool

Explorer IconExplorer

Memory Pool

80,799 transactions
29.83 vMB
0.07231185 BTC
Random Selection Loading Transactions
Max Size: 179.95/200 MB

Candidate Block

Mining Attempt b48d95ee7fa391ff74a27d3a70db17af7d98f5eca56a9cccac56c4de7e904c7c
Version 20000000
Previous Block 00000000000000000001dca977ac9ad62b5ffda27b5d02990f9a918aa20846bd
Merkle Root 25ab7eee00791b9f8d4c906c751dbed86688cdd3a26a6d79457dab499a246e87
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,656
Size: 1.00 vMB
Total Fees: 0.01130896 BTC
Feerates: 100.36 > 1.13 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,978 (134,159 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
780,819 780,819 00000000000000000001e013ac3ddfdade6450e44234135c789622ac51053402 3,397 1.00/1.00 vMB 37
780,818 780,818 00000000000000000003f0fee6a844a2dd54dfdbd51e5eebe5298af84e19d086 3,750 1.00/1.00 vMB 44
780,817 780,817 00000000000000000005d65450893ff27e0baee742a58c6bcb7cbb70ede49302 2,423 1.00/1.00 vMB 23
780,816 780,816 00000000000000000004d2ada5c75791c940a7b04e09224eed451d8894effcab 1,333 1.00/1.00 vMB 22
780,815 780,815 00000000000000000000e26a88690a9f69fce625722ad032a2006437a91f10ba 3,326 1.00/1.00 vMB 27
780,814 780,814 000000000000000000065f5e012360a32c89bda6f5e22b2931c68089dc33387b 3,627 1.00/1.00 vMB 27
780,813 780,813 00000000000000000003361e0908bc5739cae2db98e24e447020e87e947a605d 3,575 1.00/1.00 vMB 37
780,812 780,812 00000000000000000001cbab6a3189fcdb8bc960d0ee92b4f7d5c6dff58abebe 3,318 1.00/1.00 vMB 38
780,811 780,811 00000000000000000005c97d7166ccf8c316624079646d96c6a3dc152df6b22b 3,523 1.00/1.00 vMB 41
780,810 780,810 0000000000000000000612c7c9abce4cae729cb700d017f9af83504c3bb9fe17 2,913 1.00/1.00 vMB 33
780,809 780,809 00000000000000000005f4337ea50745c91b2c8d77a38494f5c099b7e1ec3661 1,936 1.00/1.00 vMB 44
780,808 780,808 00000000000000000002c55e0d6313f449a87eeb2b6434039810541f74775132 3,727 1.00/1.00 vMB 42
780,807 780,807 00000000000000000003214555632349cbab068a7a90841e548f7298ca468c3c 3,839 1.00/1.00 vMB 29
780,806 780,806 000000000000000000065d3cd7473afd1bacb8de91403774f7cd535b5e990e6c 3,618 1.00/1.00 vMB 43
780,805 780,805 000000000000000000047e8e8fb6ab3534c3a58100d334feec8c9404af39bac5 3,616 1.00/1.00 vMB 40
780,804 780,804 00000000000000000000e32c33d5ddec4aa667ac41bc9ca10fe148c845907b1b 3,640 1.00/1.00 vMB 38
780,803 780,803 00000000000000000005f0d9f4b492dc24315da6997d5b0909dfbb3e4fcd2694 2,409 1.00/1.00 vMB 20
780,802 780,802 000000000000000000046e4c2df40dc7f02f8dca6f60c98e448d43c7fa2b5be9 2,756 1.00/1.00 vMB 23
780,801 780,801 000000000000000000057d233cd08d204146bc08dadd77c6e73dc8fac88e8452 3,662 1.00/1.00 vMB 30
780,800 780,800 00000000000000000005c15ef47b4e46e88251d38e265541ea6d1601e8ddb307 2,144 1.00/1.00 vMB 45
780,799 780,799 00000000000000000004fa7ac12dc91fa87c76b7374d7aa0435a7d190a84efce 1,834 1.00/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 782.35 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: 662.22 GB
    • Received: 14.84 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.