Loading Tool

Explorer IconExplorer

Memory Pool

46,211 transactions
28.65 vMB
0.06942810 BTC
Random Selection Loading Transactions
Max Size: 152.69/200 MB

Candidate Block

Mining Attempt 9718bc8b7fbf9e1b50963845fd059de91231aea35e7ab118640befe9c3076928
Version 20000000
Previous Block 000000000000000000002bb93a85f00afbdf082006a0d42f0245143e7dde62a4
Merkle Root f4698694f3e43a513968129ad068a66b5a50e2f917b41ed57e289d2137519220
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,474
Size: 1.00 vMB
Total Fees: 0.01498383 BTC
Feerates: 73.20 > 1.50 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,844 (866,025 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
48,819 48,819 0000000011f2c1be37a08a8cea06ac168adb7377b1eb11762be1f98cefec21d2 1 0.00/1.00 vMB 0
48,818 48,818 0000000007fc091fcc5ff31ac23705f7e1018e34f8bb4a27ef1b1a26e5980f9e 1 0.00/1.00 vMB 0
48,817 48,817 0000000003ecfe56a20b09cb91d5455f958fc05a5dfe4018ab650458bc6c7fe4 1 0.00/1.00 vMB 0
48,816 48,816 000000000c6385b84a8ab386459aad07c91029b075c1a574182178561efbb0cb 1 0.00/1.00 vMB 0
48,815 48,815 0000000008eb24b250217acb04b55339727abf5c2ae3cdb5d512b4566e52e233 1 0.00/1.00 vMB 0
48,814 48,814 0000000028e6bc2280d547c982af669217c7ceba7d9cb3dcedd6e6fc91d3cc03 1 0.00/1.00 vMB 0
48,813 48,813 0000000005efc010801ecc1f7612cd65b6f54a6126415366018b89c0d6f5e85a 1 0.00/1.00 vMB 0
48,812 48,812 00000000060086940ae34d9feecc0b60126131a0d8b2bf6972aea4279e9522fe 1 0.00/1.00 vMB 0
48,811 48,811 0000000007636d04030661621544e6ff0dedbe78035b92e658796df93318f9d8 1 0.00/1.00 vMB 0
48,810 48,810 00000000129ea44a93692ed7de1c5b4fe37b005f3b36f08d4f810e7d225a0a50 3 0.00/1.00 vMB 0
48,809 48,809 0000000014f40d64292532dd392c49614db0bcda0b319f0d4f41a6c304e18ba3 1 0.00/1.00 vMB 0
48,808 48,808 0000000010d70d46646dbb452f0ce6d636fb068cee35d78b243165343f073521 2 0.00/1.00 vMB 0
48,807 48,807 0000000020cc67231005567ea33c35e52d683ca7bffef4d67fad705406992aca 2 0.00/1.00 vMB 0
48,806 48,806 000000001574fa70ff8f5ef1a3320130613ee2cc75ebf849d06dd17278f571cc 1 0.00/1.00 vMB 0
48,805 48,805 0000000019825683c66c5b71dcdf684d45adc2608233eaf1885463522a702b22 1 0.00/1.00 vMB 0
48,804 48,804 000000001a3a3dede9657090e590f100e70c2b6607e95b163c244254711c4196 1 0.00/1.00 vMB 0
48,803 48,803 000000000a3ee83699a5081987f2e8e14ba662dc277aee3811b04b6e8e899298 1 0.00/1.00 vMB 0
48,802 48,802 00000000092973b2869203d06582694459e303457a4bf8f90c4899b61f578bef 1 0.00/1.00 vMB 0
48,801 48,801 0000000028f0213a4cc08abf44e5313b9f4f992bebd11288998bcb05c04653b7 1 0.00/1.00 vMB 0
48,800 48,800 0000000000292c6f0966e92c4e9d35676fd7f703eaf8808d0d48962d3f2c7be3 1 0.00/1.00 vMB 0
48,799 48,799 00000000040bd9adbb6f171374b144e3a5c4e6c981d5907de0e02cf5dc8cc57e 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.11 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: 652.01 GB
    • Received: 13.68 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.