Loading Tool

Explorer IconExplorer

Memory Pool

83,616 transactions
30.82 vMB
0.15062449 BTC
Random Selection Loading Transactions
Max Size: 185.45/200 MB

Candidate Block

Mining Attempt fef409295de172ff17f22ba249ed30006f569f6cfa965045250059f3f75f7867
Version 20000000
Previous Block 00000000000000000000a7742c03767850b5e62f9bd9da718e9d8018851f9110
Merkle Root 6fe6afb195c2d86dc46efdd6b49d2bea4c0869823199230c95612733473bdd09
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,471
Size: 1.00 vMB
Total Fees: 0.08382936 BTC
Feerates: 150.77 > 8.40 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,968 (351,199 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
563,769 563,769 0000000000000000001054fde0ea3cb55fd335c90d0648b0975110193fd6ad91 2,786 1.00/1.00 vMB 29
563,768 563,768 00000000000000000000fa51a6367a36d20caed22b022b7ceaad10cf6f34c1a8 2,731 1.00/1.00 vMB 47
563,767 563,767 00000000000000000018bfff0549be0e213f05c667595e5467c7691d7469601c 2,346 1.00/1.00 vMB 16
563,766 563,766 0000000000000000002cd22f7ef813c1a2b6157cf487e7c1b1d8de1172fa49db 2,292 1.00/1.00 vMB 20
563,765 563,765 000000000000000000073ea2948dc2d50c791bcc677ab7aeae30763238440407 2,762 1.00/1.00 vMB 50
563,764 563,764 0000000000000000001dbb119cb0f5cdcef0cc9cfa7a5e344ac2a9a7ef2ab325 1,901 1.00/1.00 vMB 23
563,763 563,763 0000000000000000001a767b3d5a8b41287e64099dad088964134df206d87c25 2,356 1.00/1.00 vMB 32
563,762 563,762 000000000000000000020318bbb1fb7840da441e37bd237e211c6b0ce513af51 2,888 1.00/1.00 vMB 56
563,761 563,761 00000000000000000007f18560d29503729ee37f1365f42fdacc304176ceb759 2,294 1.00/1.00 vMB 44
563,760 563,760 0000000000000000002c998453811953e86aa4dbf6a0abcf27bdc150f01a7f06 2,349 1.00/1.00 vMB 55
563,759 563,759 00000000000000000011c0c36419e00181caf995b7931e2d95b6bbf5417510c9 2,691 1.00/1.00 vMB 54
563,758 563,758 0000000000000000000309dcfc88a34a2a05288bf2607aba7939aeaa0172c1cb 1,925 1.00/1.00 vMB 59
563,757 563,757 00000000000000000008e6c34afa19aa52b13d53c59c24e973e2a92adf4ad49e 1,899 1.00/1.00 vMB 74
563,756 563,756 0000000000000000000b68e258127a4a69027b964b1f29f2b0b59547a3332e72 757 1.00/1.00 vMB 62
563,755 563,755 000000000000000000146ca4880c9dd16acc9dfb169d94448b48e3d63181205d 1,334 1.00/1.00 vMB 104
563,754 563,754 00000000000000000025517f60ccd6b4130506d0b960df5d6b0c2be1d0ce4bf5 2,568 1.00/1.00 vMB 31
563,753 563,753 0000000000000000000c3aec99d844ab6516760f46aa885b0c7307937c833d77 2,738 1.00/1.00 vMB 32
563,752 563,752 0000000000000000000b9d1d811fd7abb8c29809e0d7fc3eb57190abb6c7ede4 3,245 1.00/1.00 vMB 34
563,751 563,751 00000000000000000002ff5143cd4d3be376e9e25d69118e7a79a4dceca76f16 2,689 1.00/1.00 vMB 44
563,750 563,750 00000000000000000017ca66c525502de2674fd0a6b5dec34727092da18d0518 2,361 1.00/1.00 vMB 17
563,749 563,749 0000000000000000000db88743e55c9c6c24e25da7b36580dd12fee845be8081 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.33 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: 660.44 GB
    • Received: 14.75 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.