Loading Tool

Explorer IconExplorer

Memory Pool

78,219 transactions
29.15 vMB
0.07241672 BTC
Random Selection Loading Transactions
Max Size: 174.33/200 MB

Candidate Block

Mining Attempt 6c33e3faf7b0594dabba4acf3dc8c41beac9eb700ed5305e4834720fecbb4acb
Version 20000000
Previous Block 000000000000000000004dc4502af0d104d581c2cf1796c3b173cb69ee8070e0
Merkle Root eed2a8e57a637ee0600c8590becd2f3f5c3578aeae7ea1323b35145e1e8d8eb2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,135
Size: 1.00 vMB
Total Fees: 0.01332287 BTC
Feerates: 73.20 > 1.34 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,062 (283,877 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
631,185 631,185 00000000000000000000acb020e024da0835a7ef9e0a4732698bf2a83302b7ff 1,216 1.00/1.00 vMB 195
631,184 631,184 00000000000000000007f99ac5cd372213d31a9dec771c9fb3d86ffc18bef8ca 1,576 1.00/1.00 vMB 215
631,183 631,183 0000000000000000000eb5fdf82875b8fdfcf7842ebf95b85e981fa38d1c3517 2,060 1.00/1.00 vMB 232
631,182 631,182 000000000000000000090ce6ffbcee29d90d050aeb0be300cab681f02c5e75f3 2,411 1.00/1.00 vMB 206
631,181 631,181 0000000000000000000216bc13df79fee4c11d6c59b8633ce02e68298ee70212 2,675 1.00/1.00 vMB 113
631,180 631,180 0000000000000000000fb77ada4d4a058ca05ded3937446fd0d2cbc3cb779d63 2,610 1.00/1.00 vMB 187
631,179 631,179 0000000000000000000b9a64f8788fa99d97b02b96ef7a298f57879d55126c9b 2,013 1.00/1.00 vMB 192
631,178 631,178 000000000000000000096657376cb732263cd252f54fa34b16fec719712ab923 2,185 1.00/1.00 vMB 206
631,177 631,177 0000000000000000001234d1ae5719f86269f6aac164c27e64db50f9053ba770 2,611 1.00/1.00 vMB 226
631,176 631,176 0000000000000000001087933db6ad3c0c7a69107d5f50665dda77aac2096099 2,346 1.00/1.00 vMB 147
631,175 631,175 00000000000000000007e29518f6b3daa48afd579a2297f8341de44a069dda30 2,761 1.00/1.00 vMB 223
631,174 631,174 0000000000000000000c8c80f0e51077142a0958bb26ca95ed914992f5a557a8 1,032 1.00/1.00 vMB 45
631,173 631,173 0000000000000000000f32b508d710e430b41a0540a6fb4987699dab43df37f9 2,330 1.00/1.00 vMB 73
631,172 631,172 00000000000000000004a2e53e490d0c60789ef3cfd772c325e94147a10a0d6f 2,546 1.00/1.00 vMB 212
631,171 631,171 0000000000000000000def59c88aa0ba7bc783a4f078e5417a98d37fb547fbbb 2,609 1.00/1.00 vMB 21
631,170 631,170 000000000000000000012f66fc11c5445d6dad905d2584ed4f89c9fc52eb5f60 2,492 1.00/1.00 vMB 99
631,169 631,169 00000000000000000011c3af2d0ffd29caa289bab90cf14ecf621cae17bd5a8d 2,282 1.00/1.00 vMB 166
631,168 631,168 0000000000000000000fd1c7bad06d0f23f55ff3ea4a6ad8f3984c8a0deac3d4 1,039 1.00/1.00 vMB 193
631,167 631,167 00000000000000000011c50eda0600ccac2827cf508efb4ef5cc217011c6ff6e 769 1.00/1.00 vMB 202
631,166 631,166 0000000000000000000cae626dd54bf76d9ba2ff249c384abeb2ebc405192ef2 1,018 1.00/1.00 vMB 201
631,165 631,165 0000000000000000001197d0171e3f16a638b70bd10421b3d93a54bd026bd407 2,700 1.00/1.00 vMB 162
Previous 10 blocks ↓
Total Size: 782.50 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: 668.41 GB
    • Received: 15.50 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.