Loading Tool

Explorer IconExplorer

Memory Pool

78,267 transactions
29.04 vMB
0.11398379 BTC
Random Selection Loading Transactions
Max Size: 175.22/200 MB

Candidate Block

Mining Attempt 8bec6d08a16321488d105d40279a4f1dd1fd05586035d09bcb0e8c3aac5893bc
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root f05520dd73667eaedf989472351ad07b221ff5597278552de457abf20e8e04ec
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,127
Size: 1.00 vMB
Total Fees: 0.04029383 BTC
Feerates: 150.80 > 4.04 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (354,146 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
561,119 561,119 0000000000000000002d8e6c304234b6026cf63d3ca7e40a54401dcde60a06a6 2,836 1.00/1.00 vMB 26
561,118 561,118 00000000000000000015b506a97747af6e1eba4ee26361f6cee2b0a1fb950ff0 1,625 0.56/1.00 vMB 17
561,117 561,117 000000000000000000172fca06285e0ed1f2f76b382d467c0125d2024450e81a 1,432 0.50/1.00 vMB 10
561,116 561,116 00000000000000000012ec3e168ffb818f2623014d4e6e37b8b130848b49e3ad 496 0.17/1.00 vMB 12
561,115 561,115 000000000000000000266309f2bb6763056fabb0ea2785ea9c990be65d67d162 1,524 0.54/1.00 vMB 13
561,114 561,114 0000000000000000000804705f24c7dc32439c09ab0413bb748bb6aa49def82e 594 0.25/1.00 vMB 19
561,113 561,113 0000000000000000000fc412ca0e8bee2ba382b5b92ca34f7772f95ba2c338b9 529 0.16/1.00 vMB 19
561,112 561,112 00000000000000000006cf96a8c4f1ccf65ba89522f7b45169b10bd2d48f2cdd 635 0.65/1.00 vMB 34
561,111 561,111 0000000000000000001575cad3ce24292d2814fda9d64fb5e9b1798cd06b1e8c 1,717 1.00/1.00 vMB 1
561,110 561,110 0000000000000000001fd070a04ff353c320edd4c50f61bf7e24283de8c89d36 3,173 1.00/1.00 vMB 12
561,109 561,109 0000000000000000001e092f84358ba1b7ac921373557dd03ca0791e7a45e12c 2,753 1.00/1.00 vMB 12
561,108 561,108 000000000000000000145fedb8edee151b838faa1a978c29fd2288affd7368c1 2,529 1.00/1.00 vMB 7
561,107 561,107 0000000000000000001a66ba75e11eebab4ac8ec1100acae612e8ab95c50faac 2,941 1.00/1.00 vMB 18
561,106 561,106 000000000000000000012d7870b65ce5d7fc5d6a5e7999ff9ee614788dcbc5b1 2,610 1.00/1.00 vMB 5
561,105 561,105 00000000000000000018d55f271e35bba4b833f5b175108890692aa74e821d51 2,614 1.00/1.00 vMB 18
561,104 561,104 0000000000000000002e9472dac48d47855921f77ece9337b2feaa903efef17a 2,014 1.00/1.00 vMB 10
561,103 561,103 000000000000000000288e8a06f465ff93bdc2c8e323fb6511260a4edd035b0c 2,567 1.00/1.00 vMB 36
561,102 561,102 000000000000000000086d0091224490a3589dbfab77528bb1f9098bc377bc93 2,984 1.00/1.00 vMB 18
561,101 561,101 000000000000000000126f7c5cc478aa088b47b0aa3bb76356c4fd39a6051502 3,146 1.00/1.00 vMB 32
561,100 561,100 000000000000000000271b4f0370cdb2332a91e0f9133e54b67f1f01401cba6e 2,526 1.00/1.00 vMB 9
561,099 561,099 0000000000000000002064fda3fe6e9213751ffc45c7f52360db475f4c93a51d 1,692 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.85 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: 712.75 GB
    • Received: 17.21 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.