Loading Tool

Explorer IconExplorer

Memory Pool

74,660 transactions
27.65 vMB
0.07571694 BTC
Random Selection Loading Transactions
Max Size: 168.51/200 MB

Candidate Block

Mining Attempt cc84fecde247d90dc7dd72332bb776b5e8b9cf89a1ad8b50559d18e1ea409273
Version 20000000
Previous Block 00000000000000000001532be74da49a90e138299003cfdfadc8d64ffc40de8e
Merkle Root 3d4575d68c975afcacff439b7ea6da005d2e60755e0fa565a21bc14f268221eb
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,857
Size: 1.00 vMB
Total Fees: 0.01664567 BTC
Feerates: 402.60 > 1.67 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,311 (418,161 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
497,150 497,150 00000000000000000087b5026fabf21e55db6eb6d41655853b5ea6887a4b77ff 1,776 1.00/1.00 vMB 49
497,149 497,149 00000000000000000042cd368986610a1af94398a7cb6d71dd3ae8f2333f8467 1,951 1.00/1.00 vMB 132
497,148 497,148 0000000000000000009aa392dd1458b6f0831e6aa3fb05feed349f60e2e800e9 2,268 1.00/1.00 vMB 132
497,147 497,147 000000000000000000ad5c657638f12b3e786512f29b32968f6661301ce4df76 1,452 1.00/1.00 vMB 77
497,146 497,146 0000000000000000008596d52ed5a7dd6037a42ab021ef23d3018e70a3cab0ba 2,034 1.00/1.00 vMB 76
497,145 497,145 00000000000000000051a0f056c46ae371a71c1867eb25fe2e019b2517163695 1,620 1.00/1.00 vMB 78
497,144 497,144 0000000000000000007815862010b2536213f69a630a2eab3b6409c163d51906 2,269 1.00/1.00 vMB 78
497,143 497,143 0000000000000000001c8b137fdeaf482b4e58d6a10eac23bef43d7ffb7ef035 3,119 0.97/1.00 vMB 85
497,142 497,142 0000000000000000000c1da9cadaf6dab3bc60e863adfa67ffe15f96296b6f54 3,060 1.00/1.00 vMB 61
497,141 497,141 0000000000000000008f645bada14ed27f7c0acbe71edbc7230eece7ef8bcb87 1,688 1.00/1.00 vMB 148
497,140 497,140 0000000000000000001b892ec743083f050b8aadf0c61ba15c047e8564d51948 2,440 1.00/1.00 vMB 115
497,139 497,139 00000000000000000060ae2d68fd496542c2f3bbc3fd78e11b992d021dbab4d9 2,334 1.00/1.00 vMB 138
497,138 497,138 000000000000000000644b6464ad52f1623e66ad3066e6468e61a8c3f6f69c94 2,008 1.00/1.00 vMB 155
497,137 497,137 0000000000000000007ca49b69e6a547643d9cf4dd80a2ae464831bb453f7a09 2,205 1.00/1.00 vMB 187
497,136 497,136 0000000000000000009e2d82df9acf2eb226147a98ad49d6e9a581ee3a3ac476 2,329 1.00/1.00 vMB 164
497,135 497,135 000000000000000000584c23ebfe5d1330a8fe55cb35728aea6446067fe7e8ea 2,288 1.00/1.00 vMB 178
497,134 497,134 000000000000000000375e58a0170b075fcb0e07bc26c63e52b524ddb8e2eaf8 2,647 1.00/1.00 vMB 191
497,133 497,133 0000000000000000001fa07e1f774a25e6f5cb78823f33c305476cabe5f8e74c 2,024 1.00/1.00 vMB 257
497,132 497,132 00000000000000000065f9439c58577160301f58fe76afb5857462e0eb26d4b0 1,866 1.00/1.00 vMB 136
497,131 497,131 000000000000000000189b8e681a5e6b444ab371fb2d6cc770a14d99940085c8 1,878 1.00/1.00 vMB 82
497,130 497,130 0000000000000000002b5a589eab12ee5f23a03d66ac568840401b6facd60a44 1,955 1.00/1.00 vMB 164
Previous 10 blocks ↓
Total Size: 782.93 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: 714.66 GB
    • Received: 17.58 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.