Loading Tool

Explorer IconExplorer

Memory Pool

50,919 transactions
28.74 vMB
0.07299273 BTC
Random Selection Loading Transactions
Max Size: 154.59/200 MB

Candidate Block

Mining Attempt 01317eb60fd946d055c0154c019d9cd22fdf1f933cc3c0160c7f1145d9a036d5
Version 20000000
Previous Block 000000000000000000019e7568131a21184319adfc46c390ce26bf65aed43bd9
Merkle Root 6d61cedb07c9bff19f7e4b566dc7a414bd9c039cc48928ad5fe435ad6db67213
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,542
Size: 1.00 vMB
Total Fees: 0.01736452 BTC
Feerates: 122.12 > 1.74 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,793 (739,283 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
175,510 175,510 00000000000008439051543541800f04c7d1ca0285e8f5c6d42fa8d650e3925d 16 0.01/1.00 vMB 38
175,509 175,509 0000000000000111512910687157e86556c01f627c0c43cc100d6cfe7d2facd3 36 0.02/1.00 vMB 30
175,508 175,508 0000000000000a81e3fdffe823f9aa44537e2ad76a6ae95ac5e64b4e7590f412 10 0.00/1.00 vMB 156
175,507 175,507 0000000000000328aadc72bec16030bfe4dfb99d1e15f3c2567ef43138a226e6 58 0.04/1.00 vMB 587
175,506 175,506 00000000000005552c41f0bf108f7de0798e6f2da76901a4a51b8858f5ba8cb8 21 0.01/1.00 vMB 71
175,505 175,505 0000000000000347334a2136f16112305e843c9403cdb7466d371c014c89f482 67 0.04/1.00 vMB 211
175,504 175,504 000000000000065a72c60613459354b4aab0cef5038ba0a57cae0f1fd7dc7631 13 0.01/1.00 vMB 45
175,503 175,503 0000000000000915b17c06ab3acf180160958c260b4c1632f8ee97be2f39fb09 9 0.00/1.00 vMB 45
175,502 175,502 00000000000002ece5a2b4bd83037edfb646099a0753f3806e0105c01d681b1c 24 0.01/1.00 vMB 47
175,501 175,501 00000000000009d4cfbb7453819e6f84cd49672c4c8ae81a09f4b47c38100707 19 0.01/1.00 vMB 187
175,500 175,500 00000000000009b1d4aff8894373fb3bc600b85b7705e368bbc01ee4e5da468a 49 0.02/1.00 vMB 45
175,499 175,499 00000000000003f7ff8d71378e4274486d1a6b729cf645fd6f3094a0d75dc15f 21 0.01/1.00 vMB 65
175,498 175,498 000000000000042c89be52c6959fb24c79531212be8eb3f59ba766a6032bd682 70 0.02/1.00 vMB 10
175,497 175,497 00000000000009d1363895798c6c9a2a3ff1c57ede3092521739ec9dd15d262e 66 0.02/1.00 vMB 138
175,496 175,496 00000000000006db75745043cb1f93bff3cf7e0b2499c080d4f46cbe30023b7e 12 0.01/1.00 vMB 92
175,495 175,495 000000000000048f4c21ccbf0d3f4de8d7378c46567b5c477136b3ed47cb0e8c 40 0.03/1.00 vMB 65
175,494 175,494 0000000000000321ce1aafb478bb859417bbd777f8e82af599c7895bbd8ec716 33 0.01/1.00 vMB 168
175,493 175,493 000000000000001ae80829e3771a4a13c19eda4fb928501239469b5bae196a9b 102 0.04/1.00 vMB 50
175,492 175,492 00000000000001ac3fc99c51749674b9c2cb0da402d051935e8d6180246c2a25 37 0.01/1.00 vMB 154
175,491 175,491 0000000000000037c7970f0db16ef68fed4d88a6ddf02d47b5b848e88b3a646a 75 0.03/1.00 vMB 204
175,490 175,490 0000000000000073e1a182f5d16dc29dafe5224de77e665d274e39aeb48e4f8f 100 0.04/1.00 vMB 145
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: 11
  • Data Transfer:
    • Sent: 649.83 GB
    • Received: 13.22 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.