Loading Tool

Explorer IconExplorer

Memory Pool

47,420 transactions
28.91 vMB
0.07944214 BTC
Random Selection Loading Transactions
Max Size: 154.20/200 MB

Candidate Block

Mining Attempt 1f08e3c7997607b958692d21f2ae9589a0664f48814278b98f397fa352a2a74d
Version 20000000
Previous Block 000000000000000000005305ff331788dce4fd0d1cb306269ddf5357d0752558
Merkle Root d5a860b43fbb9f71ee61302fa866fbd7a392f1f495cd131a3f3116a9dfe56732
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,532
Size: 1.00 vMB
Total Fees: 0.02421639 BTC
Feerates: 100.60 > 2.43 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,848 (433,034 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
481,814 481,814 000000000000000000bd9dbc4fc6dde7d94e017c3b1c4367765e27aace790fb2 2,280 0.99/1.00 vMB 447
481,813 481,813 000000000000000000520200e29fade6f8b03e9eeb57eefd8e7004088a055c7f 1,453 1.00/1.00 vMB 132
481,812 481,812 000000000000000000f727160074e4cf4a7f686c19af81afc13b1b72f22626e1 1,488 0.99/1.00 vMB 109
481,811 481,811 000000000000000000c5866ab3a9325f9385689d97fbd53bbf32d4f745801133 1,204 1.00/1.00 vMB 157
481,810 481,810 00000000000000000118ee7de117b2e4cda74abfb92fb5b8c6e6469260144a90 1,174 1.00/1.00 vMB 214
481,809 481,809 0000000000000000012f1dd88b3585fd63bbd9a739d5e2cddc99f19544610ca5 489 1.00/1.00 vMB 104
481,808 481,808 0000000000000000004506a5b105bf7e21aea9e6de7d3ab27a01411d58cd2795 1,207 1.00/1.00 vMB 157
481,807 481,807 0000000000000000006c5ab04ef8f5de56e39dab6893b653e7ba928f320a7ee6 1,982 1.00/1.00 vMB 502
481,806 481,806 0000000000000000001ae127a6b1151f099488a9e2c5202efef10272e5c9d87a 2,483 1.00/1.00 vMB 436
481,805 481,805 0000000000000000004e39bbb6bc2fdb81870e5ca72ad7b943ff661d3bf60e1e 486 1.00/1.00 vMB 136
481,804 481,804 0000000000000000011510d931820f5cae65112a1a21bed9179a0854fa3f2b87 791 1.00/1.00 vMB 193
481,803 481,803 000000000000000000c47fb4eed6d13d9f0f69840f7a1c42d39e173de31db3ec 1,672 1.00/1.00 vMB 196
481,802 481,802 000000000000000000138d2078ae1177ed7d74d742be4a7742ad090c3e407e8b 1,132 1.00/1.00 vMB 224
481,801 481,801 000000000000000000f39122ccea0bb5e8f94efd06bb6e75622edc50ba698cca 2,263 1.00/1.00 vMB 392
481,800 481,800 00000000000000000122adb8fe8474f7fd2934b63bfe92cf39d59514f71d8f6d 1,341 1.00/1.00 vMB 229
481,799 481,799 0000000000000000011b5eca61b76b960094f3f0f85caaaeee63fa5b076183c2 534 1.00/1.00 vMB 176
481,798 481,798 000000000000000000f19c749572bbd9e5376dbd0a6fdb83afa9c5fc9d4797c5 2,079 1.00/1.00 vMB 409
481,797 481,797 0000000000000000006c864f63c6dd1cde29e5c8c4ebd83842fe73e48f4cde44 2,598 0.91/1.00 vMB 125
481,796 481,796 00000000000000000056b8adb0e032c6fd77c8059a021e62cdc2f453804dd497 2,144 1.00/1.00 vMB 457
481,795 481,795 000000000000000000bb5ebbe1b4de37dee0cc963018aa922b7b7fceb4b85798 1,039 1.00/1.00 vMB 155
481,794 481,794 00000000000000000125a5ca24610799747b1baafe7ffe5431ddbeabdb904bdc 1,942 1.00/1.00 vMB 418
Previous 10 blocks ↓
Total Size: 782.12 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: 652.10 GB
    • Received: 13.72 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.