Loading Tool

Explorer IconExplorer

Memory Pool

87,070 transactions
32.31 vMB
0.14238873 BTC
Random Selection Loading Transactions
Max Size: 198.15/200 MB

Candidate Block

Mining Attempt 3c5495063bfdf152294ddcf407be62e1f48031e3ede10982eb6a29d9d9ca3435
Version 20000000
Previous Block 0000000000000000000024e14012baaaec51ffbde7f4c16099d63d5881173d65
Merkle Root b6eb55daf8a192db7bdfde0aea4a4cc39595256ad2f5c7de4bb3ae765d98b70f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,929
Size: 1.00 vMB
Total Fees: 0.06229916 BTC
Feerates: 502.65 > 6.24 > 0.40 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,217 (500,118 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
415,099 415,099 0000000000000000040ef79ed6e1eef2c410bde11bd5d4ef9a67d746d2d9be77 565 0.99/1.00 vMB 12
415,098 415,098 0000000000000000045e1b54cda96bd77dc5086dd6c3d628f40169fb9af6006b 2,669 1.00/1.00 vMB 65
415,097 415,097 00000000000000000442723a42d5a1903756dc6faff840443fa23cc740346959 1,182 1.00/1.00 vMB 24
415,096 415,096 0000000000000000050801d5ab069214e21574e591c2d68bfdb1909daee3df12 1,991 1.00/1.00 vMB 32
415,095 415,095 000000000000000000cfbb047600ebf7be7d77e1c13f1fc59f2409170d989e60 2,660 1.00/1.00 vMB 54
415,094 415,094 0000000000000000052ea5f4dcf39f8f8502a6111c04c794090a9bd1e94ea7bf 2,305 1.00/1.00 vMB 64
415,093 415,093 000000000000000000c78939b4696cbce1ad67e0830745db41ead5dc5b9c6991 3,069 1.00/1.00 vMB 66
415,092 415,092 000000000000000001cfe0d70a1601986926af18bbb1077e997ef4ecf95f6265 368 0.16/1.00 vMB 47
415,091 415,091 0000000000000000039387edaf6e580759642449d0e63cb6b1299793fbd28021 822 0.33/1.00 vMB 45
415,090 415,090 0000000000000000041bfc61ac302f5f95e5883ea8e6f0e56a2b9b552097ffad 1,196 0.53/1.00 vMB 53
415,089 415,089 000000000000000001101da4331296f48b8a226e8fed6086eea4bf4c73d5a58e 514 0.52/1.00 vMB 23
415,088 415,088 000000000000000000426da1eb6bb56d937ad6741597586b177a294feaafc0fc 1,615 0.98/1.00 vMB 38
415,087 415,087 000000000000000005003612966e400de1c9b8c9d74f632a6ce327b3e367ae9e 1,619 0.99/1.00 vMB 34
415,086 415,086 000000000000000005626f1f9b52eeda8a76006e7bbcc8c0d602db82b8b60a06 949 0.99/1.00 vMB 22
415,085 415,085 0000000000000000037b675469e13d44faca31dd52d2c51711b42df07d18b494 1,275 1.00/1.00 vMB 26
415,084 415,084 0000000000000000028eb66a8fdb543898185049cc20b910d627fd864671dc03 1,003 1.00/1.00 vMB 21
415,083 415,083 000000000000000002b89842697bc5d979ed9e4b5fe85afdf7c0c02d4bfbd030 2,417 1.00/1.00 vMB 64
415,082 415,082 000000000000000001a3f195865c4770e9e9724efd9196c5780779d9afb6822d 1,427 0.93/1.00 vMB 34
415,081 415,081 0000000000000000041a95c99f5eb4fb57daef0db0d0559aa947762394e9d640 2,338 1.00/1.00 vMB 52
415,080 415,080 0000000000000000041b5079103d923b10478a0b7f096934db91ff15b8c9a9e9 2,582 0.93/1.00 vMB 96
415,079 415,079 000000000000000003fe6652b98cee982239ae2e846fcfc89e01c9c90df0129a 1,589 1.00/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 782.76 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: 709.14 GB
    • Received: 16.85 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.