Loading Tool

Explorer IconExplorer

Memory Pool

15,336 transactions
7.56 vMB
0.01895208 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 42.53/200 MB

Candidate Block

Mining Attempt ab3de485d0dff7093fbf35fbb49a69bff14fddf9f48b1834965199080b296ea6
Version 20000000
Previous Block 00000000000000000001e8346c4d3adf749cafb97e37f4f648b1a84a4caff038
Merkle Root d0e7ee7e0c57fb9fb5a5f277decbaa1ad8cfa5dbfb82c278da2bf97489b655d5
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,008
Size: 1.00 vMB
Total Fees: 0.00355444 BTC
Median Feerate: 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,411 (572,531 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
340,880 340,880 00000000000000001733f1efb6c9d2ced17fc0187e76eca78856a763119ae690 64 0.06 vMB 10
340,879 340,879 000000000000000010e2150cbbb91670bf71486ab30eb5d7edfb303368fe9b0f 575 0.30 vMB 24
340,878 340,878 00000000000000000c582a29ecf4287c63895dcd67c9a71a644e068af6a46b55 545 0.41 vMB 17
340,877 340,877 000000000000000000a4d9e318a91785cee060d380eedbec5206f99e90d8d911 712 0.25 vMB 32
340,876 340,876 00000000000000000a405b7e95275b45fa6c5d186dbb463bf053f682bac778bd 1,323 0.75 vMB 24
340,875 340,875 000000000000000009946c063a617ac017876eac40f44a38381fd1a4cd053fcb 175 0.06 vMB 33
340,874 340,874 000000000000000005a50dde9c4522c05b6b9051dd04b450b9c6721483c213b9 355 0.27 vMB 18
340,873 340,873 00000000000000000a157279fa9445c6ae3319214488ad22268271bc46d8b7a9 213 0.14 vMB 16
340,872 340,872 0000000000000000119d7218b02c6b15db947f74cd9cc799adcaa9381a6a200e 551 0.25 vMB 24
340,871 340,871 0000000000000000082458dc68b82ffe71496f2360a5ce1723f149aea4205a89 910 0.41 vMB 27
340,870 340,870 00000000000000000c068f423ef023136573f103995e39af0aa0b5c7b9d9ee84 1,292 0.55 vMB 28
340,869 340,869 00000000000000001253635c5a4f7783cdd182a91da63111ef1d886adc38659b 1,126 0.55 vMB 26
340,868 340,868 00000000000000000ec8dd44c9f1176d873fd99e1b9e1934e2f89431a98ce5f9 515 0.28 vMB 23
340,867 340,867 0000000000000000194151d53dcd206379378561a079f1804d0331afa8e973a7 671 0.33 vMB 26
340,866 340,866 000000000000000000280ec087bd242095ce5f88802e0968f635ed0c1c17db8f 499 0.28 vMB 25
340,865 340,865 00000000000000001597647e1d3dd87d3f2b25e30dbf1714609d5a10c2acbe68 1 0.00 vMB 0
340,864 340,864 000000000000000002fd9857ccb98eed7876cc2603dfed6656b8a296a6770af9 56 0.10 vMB 4
340,863 340,863 000000000000000012d7ba82106509916b8cadcc081a21bf88d8fcf07ab5b89d 813 0.45 vMB 30
340,862 340,862 0000000000000000166b14361ff39fe806498c418354dfba30d39f05a6f58b17 370 0.21 vMB 20
340,861 340,861 00000000000000000bebffcefef1e7b9c8a60e10bfd9fc3f74ed69eca0af86ad 841 0.41 vMB 26
340,860 340,860 0000000000000000037c093453acdece3e2c55018f6bab5cb41989fd66a7e9e4 1,152 0.97 vMB 16
Previous 10 blocks ↓
Total Size: 779.58 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 112
    • Outgoing: 10
  • Data Transfer:
    • Sent: 284.26 GB
    • Received: 1.13 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.