Loading Tool

Explorer IconExplorer

Memory Pool

47,515 transactions
28.04 vMB
0.08979649 BTC
Random Selection Loading Transactions
Max Size: 149.08/200 MB

Candidate Block

Mining Attempt 279d93b5443722c92bc987c675e4695437940d611ced93fdeff2e71dac40ae74
Version 20000000
Previous Block 00000000000000000001e1af25ad4e9d2008c13672c48d9c88eeac32a869b9f2
Merkle Root 625d6879fe34c4d4b1a783c162196146f36fa9911f83233e76c7ddb94f925538
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,626
Size: 1.00 vMB
Total Fees: 0.03487379 BTC
Feerates: 500.00 > 3.49 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,789 (408,595 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
506,194 506,194 000000000000000000515f4d05dda6b67916de16633864987a14222132316fc8 2,217 1.00/1.00 vMB 279
506,193 506,193 0000000000000000001e37ca94e80796989db184d68d9505d8648e07eb5efba5 821 1.00/1.00 vMB 74
506,192 506,192 0000000000000000001aeafa49d596c9294d56f266038bc2a221cc180cb2252e 2,063 1.00/1.00 vMB 231
506,191 506,191 000000000000000000464d26306c0c6f99d4589a16d4e65444a3a7f3d5fa641d 1,321 1.00/1.00 vMB 51
506,190 506,190 00000000000000000045a5d93dd199aa1c1ce88902d0c2909929ddb2a833b3ea 2,377 1.00/1.00 vMB 212
506,189 506,189 00000000000000000062867ca3218a36aaccddedf6db1343c536fc3378a24a9e 1,111 1.00/1.00 vMB 118
506,188 506,188 0000000000000000000a0faee82868b24700bd61f740cc3f8f87f451569e8b15 1,194 1.00/1.00 vMB 16
506,187 506,187 00000000000000000069ac1e98fb511f605f83ff05beba1fa16523c04b6729fd 1,678 1.00/1.00 vMB 147
506,186 506,186 0000000000000000001c737a9f2163c5d63a8ca5bc86b563a47adde5a6086ac3 1,986 1.00/1.00 vMB 237
506,185 506,185 00000000000000000058347a526d3ac2a9d44f38f18dba6fbedb15d047293b6a 1,254 1.00/1.00 vMB 119
506,184 506,184 00000000000000000047256a98bc80fb0b3e5c96259bc1105bf9b2a6305b4f09 1,143 1.00/1.00 vMB 70
506,183 506,183 00000000000000000030a1571c737b71a8aedc946909882ee33a74e8585c14ae 1,338 1.00/1.00 vMB 143
506,182 506,182 00000000000000000014751e7dfc32057d87d456720acc92fac96f9f76b79ff6 1,379 1.00/1.00 vMB 155
506,181 506,181 0000000000000000002b3506c0363f7b19b4431c48a1d810038185e4ff1acccb 206 1.00/1.00 vMB 28
506,180 506,180 00000000000000000042b4b387a7e0736a1c96204255a322c173fa9b5bd771c7 1,756 1.00/1.00 vMB 189
506,179 506,179 000000000000000000066d884ddaf82b588e5459b0194e60f6580b09efc02c3c 1,818 1.00/1.00 vMB 226
506,178 506,178 00000000000000000033ab8bed5b945a2bf7af68d14dbe8a3abea6652556cf58 1,074 1.00/1.00 vMB 59
506,177 506,177 0000000000000000004534ce8056a9bf675353f3bb6f7b7f1a1f192c2d3ed22f 1,766 1.00/1.00 vMB 192
506,176 506,176 000000000000000000303c2c08bc0d52feb645eaa87f0ec51fff1ae0d06cf43d 2,096 1.00/1.00 vMB 276
506,175 506,175 00000000000000000009a8562c96b89a17d7ab31d94ceba1005d7217f559f009 1,376 1.00/1.00 vMB 108
506,174 506,174 0000000000000000000dc84efdbbd0f2257a261f141c8b4d09b0019599a3f286 1 0.00/1.00 vMB 0
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.45 GB
    • Received: 13.17 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.