Loading Tool

Explorer IconExplorer

Memory Pool

81,191 transactions
29.84 vMB
0.10516104 BTC
Random Selection Loading Transactions
Max Size: 180.44/200 MB

Candidate Block

Mining Attempt 46c5d19493c2662daaca80912e7729cea964cd9595f4140b1c2ec40dc0ea24e6
Version 20000000
Previous Block 000000000000000000011fe80ab0efc0f5275ceb3cd290b68a57004395140fae
Merkle Root 7d7e2d7ab5b970d46b923ea32887d0f6c2503e8f3e7ac6d31c1b85559fee9ad2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,084
Size: 1.00 vMB
Total Fees: 0.03967962 BTC
Feerates: 146.36 > 3.98 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,108 (320,088 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
595,020 595,020 0000000000000000000c3d3a8fcfe80aa39a5053457bfe34994a4049ce5343e3 178 0.05/1.00 vMB 10
595,019 595,019 00000000000000000007cec9ad49c3c5bb315dcf26efa66a6877a26c8941b530 638 0.22/1.00 vMB 18
595,018 595,018 00000000000000000008f82c0860be676dcb245c53728d844c1027db5be53b1f 3,491 0.96/1.00 vMB 13
595,017 595,017 0000000000000000000d3f689d1d2a019176163b45697195be5a5c5dfe69b15f 1,239 0.34/1.00 vMB 13
595,016 595,016 0000000000000000000bf40e074b5f8406744fd685eda9d935c869506c98ce9d 1,602 0.58/1.00 vMB 10
595,015 595,015 000000000000000000047160ac93661545b0bee72c176e918895707e29b2b773 1,567 0.41/1.00 vMB 12
595,014 595,014 00000000000000000002881f5b4085f90ce9742b22b2dd996bb63cd69549b09a 815 0.24/1.00 vMB 14
595,013 595,013 0000000000000000001037067bf978ed115704d8c3a42ec262cac92f78015b92 652 0.20/1.00 vMB 24
595,012 595,012 0000000000000000000efdca588373830a2bb13dceecf294febf8835a02e35dc 1,729 0.47/1.00 vMB 14
595,011 595,011 0000000000000000000ee585bb6720b24ffdc82e67523bd138ad1a046b13312f 701 0.21/1.00 vMB 9
595,010 595,010 00000000000000000015c485489a5b06e83dd984f78c49086c50d19ecd38a0ce 3,325 1.00/1.00 vMB 10
595,009 595,009 0000000000000000000f5bda7a92bde255b20baf9292171ef1ce0c0b700f3262 2,971 1.00/1.00 vMB 13
595,008 595,008 000000000000000000012cdc24c8e40b2b6b26a3f8dd7cba7c73e401ab36f5c6 3,158 1.00/1.00 vMB 32
595,007 595,007 0000000000000000000925a8b63f41283258c80b2c36bfbb9956b0185fcabae6 3,352 1.00/1.00 vMB 16
595,006 595,006 0000000000000000001253e9c430c0a48d697c790f38ca5e008bf48a7f03964e 2,342 0.66/1.00 vMB 5
595,005 595,005 0000000000000000001584cb928975437acb72c2ca9a96f60d5ba251c9d3473c 3,108 1.00/1.00 vMB 27
595,004 595,004 0000000000000000000abb21d0fe4b8ab919baa7de37a636a0093537edacf4e4 1,297 0.50/1.00 vMB 12
595,003 595,003 000000000000000000169725e8abb0b4ca84e5ad56b3de0a7f084ba9121d0a21 439 0.16/1.00 vMB 18
595,002 595,002 00000000000000000015b57633665f31d9bf6a17f288dacd0c99c9884a7ef493 1,145 0.32/1.00 vMB 10
595,001 595,001 00000000000000000017494e7ad405417cda19cf554c4c68d913d59ea0f43728 3,151 1.00/1.00 vMB 21
595,000 595,000 0000000000000000000e7294c83f5351e9c781ad3c318a3fb8c765c9b27588be 2,391 0.65/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.58 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: 671.30 GB
    • Received: 15.90 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.