Loading Tool

Explorer IconExplorer

Memory Pool

83,460 transactions
31.03 vMB
0.09353551 BTC
Random Selection Loading Transactions
Max Size: 187.07/200 MB

Candidate Block

Mining Attempt a269bf149e2bc019dab0e11df4766f783b9b9adafdbea67cce2d43f0d8843093
Version 20000000
Previous Block 000000000000000000004deb7d1e347c8f6581c1f9b70e6ff46143ce8ce3cc35
Merkle Root 874d43a35393246032f986b2b44ef12c7cd107cbd0241eadb9f8df61bb379936
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,701
Size: 1.00 vMB
Total Fees: 0.02533843 BTC
Feerates: 100.80 > 2.54 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,975 (453,814 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
461,161 461,161 000000000000000001efdf6c49a15be77e9303ea0313a7a8ce29124cb3f6fced 2,198 1.00/1.00 vMB 149
461,160 461,160 000000000000000001393bf44eae6e4bc3e92e077cb3b932ddbac29a33d3be78 2,249 1.00/1.00 vMB 156
461,159 461,159 000000000000000001a49149877e6462499190d40f9841e90d6d366c37b15509 1,061 1.00/1.00 vMB 99
461,158 461,158 000000000000000002131f4129cf2dad95ddd75b1ad0593550127eb6263dbb18 2,086 1.00/1.00 vMB 125
461,157 461,157 0000000000000000008cf6a6b0ece00a52545f7e95c1dcba0ce3e43b346ba976 2,184 1.00/1.00 vMB 137
461,156 461,156 000000000000000000c98ab816b2a8bb9b6f65b3c7c61a7e2c057e3913eeb98b 2,943 1.00/1.00 vMB 194
461,155 461,155 00000000000000000028426ba300da0593239fc6c22bb63425a54d8a79f6f907 1,898 1.00/1.00 vMB 133
461,154 461,154 00000000000000000137bd0e18b5672b33a91d34e17bc4be6083c1166096c955 2,420 1.00/1.00 vMB 118
461,153 461,153 0000000000000000002bdddc879929f81f1bc4ece4aa4b7c266bb03a18a22a98 2,307 1.00/1.00 vMB 129
461,152 461,152 0000000000000000009264da1092815097654e94b09c31a90d13963fd19a45a4 2,511 1.00/1.00 vMB 165
461,151 461,151 0000000000000000002f3171c0a0341fb0e11cbc3852f15f1c683f664aaf5c69 1,479 1.00/1.00 vMB 130
461,150 461,150 000000000000000000bcfde26add29623c604189206e1dd4ecdac8fde7bd8040 2,483 1.00/1.00 vMB 190
461,149 461,149 000000000000000000ce46863d227b63bf69c774ba6b76d50c97e24f9a4f0dbf 2,440 1.00/1.00 vMB 186
461,148 461,148 0000000000000000008d59d54c7b75e0502f9ab6d4300452bfbbe7b51656ea68 2,314 1.00/1.00 vMB 142
461,147 461,147 000000000000000001a35a9e88a53575ad0dc724081829fc4c635c6374eb0acf 2,347 1.00/1.00 vMB 139
461,146 461,146 00000000000000000047f30ac58fd8455d7d2530ee82a373cf6bc87f1158d9d1 1,610 1.00/1.00 vMB 128
461,145 461,145 00000000000000000181b232415f9dd9fff7cff6c3da5668793d4955c626db76 2,639 1.00/1.00 vMB 166
461,144 461,144 00000000000000000092783253317858bae86f1d02d781b46daf9f301652593d 2,193 1.00/1.00 vMB 160
461,143 461,143 000000000000000000c20cb9e4bd7d6b82c5a7db3638a502a1e44797d9a63cfb 1,896 0.98/1.00 vMB 128
461,142 461,142 00000000000000000052d2103fcade105537a9425c410cfe4cbdaddece16ca30 819 0.84/1.00 vMB 27
461,141 461,141 000000000000000001905b8fd04c19ffc8fba4198a2b1a7ba848debc70f0cea1 1,583 0.83/1.00 vMB 130
Previous 10 blocks ↓
Total Size: 782.35 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: 661.85 GB
    • Received: 14.83 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.