Loading Tool

Explorer IconExplorer

Memory Pool

42,611 transactions
26.25 vMB
0.05750752 BTC
Random Selection Loading Transactions
Max Size: 137.86/200 MB

Candidate Block

Mining Attempt 58ff0a1e0963ada6c6f6a2fb85a32a7211d5fb44941986d044f8d20a593a2dab
Version 20000000
Previous Block 000000000000000000008f5a6c1e1f1fa429f250d4cd2ee1808884ed8a06ea2e
Merkle Root decdd8b349874a72f17c66cd6e4a7aed5d8516a3f50a19136e3a99c70296190b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,271
Size: 1.00 vMB
Total Fees: 0.00957273 BTC
Feerates: 73.66 > 0.96 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,787 (457,249 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
457,538 457,538 000000000000000002069c5d4d4c8516c8badb6e9aca316f82a390777756a072 1,158 0.49/1.00 vMB 238
457,537 457,537 000000000000000002136b35e1173c3c1d0b0d7b904dc3483c03002abe5239bd 2,855 1.00/1.00 vMB 309
457,536 457,536 0000000000000000022d10a0603e60ca11f02032d7250208b9143ca2e48ff6d2 2,367 1.00/1.00 vMB 189
457,535 457,535 00000000000000000249e63acc5f8b2c79ecaa35bbd0333e298c09f9eabea47c 1,923 1.00/1.00 vMB 141
457,534 457,534 000000000000000001bf8434ebc16a4ca4aef63da2c120fe6da528f8e5583551 2,102 1.00/1.00 vMB 187
457,533 457,533 00000000000000000057e056e42e75aaa4562b8ec4babbc1a843e70f5d468983 2,082 1.00/1.00 vMB 168
457,532 457,532 000000000000000001e08d88de821505bcfbd65966e978637de816f39db9a5bc 2,461 1.00/1.00 vMB 223
457,531 457,531 000000000000000000388708f8275c41ce7c4d698ea859207737c1958fa21173 2,573 1.00/1.00 vMB 219
457,530 457,530 0000000000000000022f3f0fd7e8ee149796480f49ade150677b9655ccc502b2 1,239 1.00/1.00 vMB 273
457,529 457,529 00000000000000000169d8ebf849289a6a8fec8122ceaa4bb26869b471562a09 2,657 1.00/1.00 vMB 239
457,528 457,528 00000000000000000261f976e643043c69f08b62f4b73e21f592414033abbba0 2,445 1.00/1.00 vMB 222
457,527 457,527 000000000000000001653709b7cd98e49296562ffb0a99511faa4821bf37f582 2,757 1.00/1.00 vMB 153
457,526 457,526 000000000000000002450ea0f2fcdc7490aa849c5d318d31f5eb75b8b7512993 2,709 1.00/1.00 vMB 206
457,525 457,525 0000000000000000021f66b5fbe7195f8c14fc41495594b56d77044614b76b0a 3,307 1.00/1.00 vMB 146
457,524 457,524 0000000000000000001f14805a03b857c8b06d99100dde65b43eaa7af18347d6 1,937 1.00/1.00 vMB 162
457,523 457,523 00000000000000000210c535add9ae71abb43636f8d7dc61410fd8a48aef0e9e 1,162 1.00/1.00 vMB 129
457,522 457,522 000000000000000000ae88a16f0bb23762c47ca4ad0e33862935f9ee5a9ba3d8 2,794 1.00/1.00 vMB 134
457,521 457,521 000000000000000001ca91cfaef67077a24068b792540781fe3cde77bd89979e 2,412 1.00/1.00 vMB 249
457,520 457,520 00000000000000000246184bf49835a30ed21ead100e6c6f0c9a3e804bc18df9 2,856 1.00/1.00 vMB 251
457,519 457,519 00000000000000000222461d38c924709f5df9af1847d376c5e88f700c22572d 2,379 1.00/1.00 vMB 174
457,518 457,518 000000000000000000d633fe8c0f8e7686824c3ef33fccf4d143a64df39e83af 1,802 1.00/1.00 vMB 190
Previous 10 blocks ↓
Total Size: 782.01 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: 649.24 GB
    • Received: 13.14 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.