Loading Tool

Explorer IconExplorer

Memory Pool

41,757 transactions
27.58 vMB
0.07001480 BTC
Random Selection Loading Transactions
Max Size: 142.69/200 MB

Candidate Block

Mining Attempt b936b4942bcd403a7fc70e6416fa7f5ab4d9393fcfeed39b6f535c538cb079c5
Version 20000000
Previous Block 00000000000000000001915610f9bb4ea6739cd8cf20c28d45f9a1a654ed23fd
Merkle Root 8f7e8e206e88554698c06c2ef2d2bed58c13db5f6cf108720f699cf8352a14f0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,627
Size: 1.00 vMB
Total Fees: 0.01563591 BTC
Feerates: 100.53 > 1.57 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,660 (345,214 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
569,446 569,446 0000000000000000001926e433a50cfe3167dba4243f6402e7718fd00a2c787d 2,649 1.00/1.00 vMB 95
569,445 569,445 0000000000000000002ab733e0050d5fa9a52020994a0970f644b85b19d4addf 2,713 1.00/1.00 vMB 73
569,444 569,444 000000000000000000172ad8d3e6e08957f589a1b4b8473aea59e6baad1699b1 2,802 1.00/1.00 vMB 29
569,443 569,443 00000000000000000009fc3e7ba445ea02a9f350f38a68107231b5425c19ea8f 2,682 1.00/1.00 vMB 58
569,442 569,442 00000000000000000007fa5140504e94dee57215ee884c5ef98f79a76ab7a27f 2,322 1.00/1.00 vMB 21
569,441 569,441 00000000000000000007c90f2b5263bc77cbcc1837a2263040e6801af63b93c2 2,430 1.00/1.00 vMB 11
569,440 569,440 00000000000000000028499702cd19566b94fd4258a2814c551c4cfd73f464ce 2,496 1.00/1.00 vMB 24
569,439 569,439 00000000000000000019ee3e3d11c48084441c632219d084ad07ed897dc240d1 3,104 1.00/1.00 vMB 47
569,438 569,438 0000000000000000002b708bd72b2f9d5457edf3cb943f6aecde2ebd54358b62 2,726 1.00/1.00 vMB 58
569,437 569,437 000000000000000000095e896970a0d8af37367dc4b02b62ca6e8cdcd8a8312c 2,676 1.00/1.00 vMB 8
569,436 569,436 0000000000000000001877c685f2cccab0bbc17547d728077a812c9483d41fb4 2,452 1.00/1.00 vMB 4
569,435 569,435 0000000000000000000a169ee75efb5358aa49c5fa35fa777c4e2f7d900b6c39 2,728 1.00/1.00 vMB 19
569,434 569,434 00000000000000000003b2bc6d9492dbe3edfaa240065ff6687e96f3e4365e62 3,059 1.00/1.00 vMB 20
569,433 569,433 000000000000000000142a9da409700facbb885f032da8e9d6d2fe5154d710b9 3,011 1.00/1.00 vMB 49
569,432 569,432 00000000000000000004a804ad12b1c1f5981161659b6d3d30fbc9e1f1ca5ea2 2,356 1.00/1.00 vMB 38
569,431 569,431 0000000000000000001bc38962600bc793a8cf394fae8118a284ea14151ec4c3 2,550 1.00/1.00 vMB 12
569,430 569,430 0000000000000000000d3437c5c0746cccc4995e0c15795f38fd736c7e26d9c1 3,060 1.00/1.00 vMB 62
569,429 569,429 00000000000000000020ce32303060cd71a212ea97b202deb52309a9880940d4 2,542 1.00/1.00 vMB 10
569,428 569,428 00000000000000000028e3b93cea06586bca19f2c7431531d011d2fb79eb2270 3,165 1.00/1.00 vMB 12
569,427 569,427 0000000000000000001fe2dbf212644d70a01937b688e7f4e29be5459c4eb92b 2,243 1.00/1.00 vMB 20
569,426 569,426 0000000000000000000d1e9a546e88d790d9ea16ba96c46933c7e2cbd13c2633 2,963 1.00/1.00 vMB 40
Previous 10 blocks ↓
Total Size: 781.79 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: 633.88 GB
    • Received: 12.23 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.