Loading Tool

Explorer IconExplorer

Memory Pool

81,244 transactions
30.23 vMB
0.13600092 BTC
Random Selection Loading Transactions
Max Size: 181.78/200 MB

Candidate Block

Mining Attempt fd97b013ff990a7b3d3812b55bb60a9f677fa7f6e3902c7b50d5ea800da7cd8d
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 19f8ae1d914b8b42d6f45421c6834b7c7adc72a850345d2e6a7649163cde58cf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,082
Size: 1.00 vMB
Total Fees: 0.05721818 BTC
Feerates: 242.90 > 5.73 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (355,467 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
559,693 559,693 00000000000000000006cbcccb9bbd8327573bc043416dd1ee1db787b514b7d2 1,695 1.00/1.00 vMB 6
559,692 559,692 00000000000000000021c4642a3c5c59436879785dcffbde473904396c1a8340 2,926 1.00/1.00 vMB 45
559,691 559,691 0000000000000000002b40e227c873bf329170f8dd75964d12f2c923e3302685 2,894 1.00/1.00 vMB 30
559,690 559,690 00000000000000000009c06aec78fed1d368d94a7f7e2d8fed62a837005173b5 817 0.29/1.00 vMB 12
559,689 559,689 000000000000000000232f692d85afc8362c4ff72105ea6159a99fb3eb9a57cf 2,252 1.00/1.00 vMB 19
559,688 559,688 0000000000000000002f14434c261be9292706fdef018f4f28918d6a48c31552 2,825 1.00/1.00 vMB 19
559,687 559,687 000000000000000000139e3b550e4dafc7daa19d77ca1ff1f81bd26f1e457ade 833 0.43/1.00 vMB 10
559,686 559,686 0000000000000000001b81b5895b64bd3ff21e3ff5d49bcbcbd6065acf859d51 2,797 1.00/1.00 vMB 8
559,685 559,685 00000000000000000015cd920c5c2c009816d7a7f44602963a6ccd13c8b8589f 3,016 1.00/1.00 vMB 22
559,684 559,684 0000000000000000001040d6b23048c793e46b7d36f368a551ed5458f3bfed08 3,005 1.00/1.00 vMB 38
559,683 559,683 00000000000000000012cc62e3f86eae0fea556f697fd0e42a85954bac824608 2,707 1.00/1.00 vMB 7
559,682 559,682 0000000000000000001cfa7cb50702810c715ce3ef6b8d3c040a88fdcdd71bec 2,272 1.00/1.00 vMB 14
559,681 559,681 000000000000000000155a0c59bfdb54834608e7bf55e29920fd24591f1e3a98 2,414 1.00/1.00 vMB 10
559,680 559,680 0000000000000000001be25b3651b5481722359b43e10b982f5fbd6644a51bc1 2,377 1.00/1.00 vMB 32
559,679 559,679 0000000000000000001aa41486a96dba063f56cc17a6cd414e10f9cc397ab4a7 1,752 0.83/1.00 vMB 9
559,678 559,678 00000000000000000024d20f73af6d118f6ed546d475f756231fb0e80d342d7b 1,127 0.48/1.00 vMB 11
559,677 559,677 00000000000000000006f58e6b360e3bf99ca0607e123db1adfce9fc91bdd03c 221 0.13/1.00 vMB 9
559,676 559,676 00000000000000000004d656ab7bbbac27863006f2eb96f29d7322e279ba79a4 720 0.25/1.00 vMB 9
559,675 559,675 00000000000000000019e50e6dd4b93c0f84d8743cda76307b6ca231b49d46de 1,039 0.53/1.00 vMB 10
559,674 559,674 0000000000000000000037f0fe6e53deb1774f75f0355a371a19ec5e6616e28b 540 0.20/1.00 vMB 5
559,673 559,673 0000000000000000001a7b7713a274f5080181187967bd60c7c0a9a6b841cf1f 2,590 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.67 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: 674.20 GB
    • Received: 16.43 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.