Loading Tool

Explorer IconExplorer

Memory Pool

80,930 transactions
30.06 vMB
0.07408908 BTC
Random Selection Loading Transactions
Max Size: 181.21/200 MB

Candidate Block

Mining Attempt 3929d57d8d506d6a228dec2fd38d122254147245b3dd7eb444241bfb2a74c3d2
Version 20000000
Previous Block 0000000000000000000110c73b9e3f7b41bda81a2bd2f968d3568570886e34da
Merkle Root e81e7a6e594af3f4e59a3dbd59a6348e24b7abdb58600cc754f4e0ead7abeea2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,367
Size: 1.00 vMB
Total Fees: 0.01247883 BTC
Feerates: 40.21 > 1.25 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,969 (813,621 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
101,348 101,348 00000000000241d57f30798b77aa7b87b72ece0e55a25e6aafa3ecfe80aa8bda 7 0.00/1.00 vMB 475
101,347 101,347 00000000000183fc2c2ac829f4a1c0a534aadd98fa4be475868957f5af5e30db 1 0.00/1.00 vMB 0
101,346 101,346 00000000000165789cdb064464855b11737d4fc4afb61bb8f8fd598f0435bf68 3 0.00/1.00 vMB 0
101,345 101,345 0000000000026b5680ca1810088d3dd0bf8729bc1fe50a92e88f811f7748e797 9 0.00/1.00 vMB 0
101,344 101,344 0000000000009c82ae2a66141e29babc4f52d16cf259b5b926fa87d9411b73b0 13 0.00/1.00 vMB 0
101,343 101,343 0000000000035d646f174c6efbef16bf726237f8a0e19032e9ac244ebff8d247 5 0.00/1.00 vMB 0
101,342 101,342 0000000000017cbfe98eba33d8f9c3d51a770a5397fe7dc4546df438024a5cdd 2 0.00/1.00 vMB 0
101,341 101,341 000000000002d747745174b19b947fdc4c82687f87f22c07d6de22789cc4528c 9 0.00/1.00 vMB 0
101,340 101,340 00000000000213aea13037d1d900ea97f6d11e57f8b03316b6dd373e225a4ae7 1 0.00/1.00 vMB 0
101,339 101,339 000000000002f980f873e1a64ddd895a5e07917ca9f1ae89f59dca631f748e80 1 0.00/1.00 vMB 0
101,338 101,338 000000000000ab70c8a3d05f351dcf474645e089e741ba66b475c8e0ec2719bb 4 0.00/1.00 vMB 0
101,337 101,337 00000000000265f995bab722ba662d6788baf9c3440fa4f7fa05ae675d8996f9 1 0.00/1.00 vMB 0
101,336 101,336 000000000002c184489d8452a2e810e6b7afaf83fafb72878fd90e8b9cf823ff 1 0.00/1.00 vMB 0
101,335 101,335 000000000000c909ea4a497ff5598f5e19e6ee6ce8116354a98dfcae7f92e1a8 6 0.00/1.00 vMB 0
101,334 101,334 000000000002d4302e4d2f0da50290eb2d19ea84c6f346fedd8a7ad4830516e8 5 0.00/1.00 vMB 0
101,333 101,333 0000000000031d016bc6f5f529e40ce070ae1d57f3c18dcd3ce075067a49b57e 3 0.00/1.00 vMB 0
101,332 101,332 000000000000e24902d73c560e17ad337cf365866b28c5159eb56328646e0830 5 0.00/1.00 vMB 0
101,331 101,331 0000000000014ce1bdb86be5c602d7179b1df2fd17733a4d7b1d7683eb581bf6 7 0.00/1.00 vMB 0
101,330 101,330 000000000003879a6b1d80724c9a0345ad105dfde42b3eee2a22920de989ea80 6 0.00/1.00 vMB 0
101,329 101,329 0000000000015a1eb646a883954847007e3b1a3ad060dd6706f308fecca7613f 1 0.00/1.00 vMB 0
101,328 101,328 0000000000012f3b1ef9ce90757b10e41b5a7e6397043678df95d1036bf7705c 6 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.46 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.