Loading Tool

Explorer IconExplorer

Memory Pool

50,081 transactions
28.78 vMB
0.07318786 BTC
Random Selection Loading Transactions
Max Size: 153.75/200 MB

Candidate Block

Mining Attempt 8ede322472705879f7bf6939ed39f6bc5db8c696bc7cb569cfb74043949ef220
Version 20000000
Previous Block 0000000000000000000133cc4853fcb6e0594dde0b142b5c7760efc67fe44001
Merkle Root 55ffff743230bb6acb3f7c5a742295bcc7a1cf3145ce5b09df9142c637a530f8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,768
Size: 1.00 vMB
Total Fees: 0.01059591 BTC
Feerates: 14.07 > 1.06 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,715 (377,514 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
537,201 537,201 000000000000000000292c5bcb9ccf3c30e075749a693f13d6e2592626604944 2,627 1.00/1.00 vMB 36
537,200 537,200 0000000000000000001ef0b97ea0a9088633bf386b6f02500491d842a6ecf2ad 3,022 1.00/1.00 vMB 9
537,199 537,199 00000000000000000027b0ce22d323d0b2d6a952343e39019bf34de17b360bd1 1,820 1.00/1.00 vMB 8
537,198 537,198 00000000000000000011c1a8f9285fde27f3ab3aa797d85b4c8aede900626366 1,771 0.76/1.00 vMB 59
537,197 537,197 0000000000000000001e4b95def8a25b90b72c6134d67ab41988f63f3e20462f 1,762 0.77/1.00 vMB 14
537,196 537,196 0000000000000000000cbbd8918acb50a5fab7917ea1a7212194c529c8d9d107 1,885 1.00/1.00 vMB 27
537,195 537,195 00000000000000000011571aa5f37a07e0afbd232d0443fcb208355590da1a8b 2,314 1.00/1.00 vMB 23
537,194 537,194 0000000000000000000fb36bd3d32d8ead7a974be8704a25864c777235992041 1,047 1.00/1.00 vMB 31
537,193 537,193 000000000000000000081e8d440c73ef5d1c0017cd0e06eec5045d1fe6651a0d 2,411 1.00/1.00 vMB 17
537,192 537,192 0000000000000000002949fdb69ed06dbc2d9ac87a2c40e6f84ff8c4764eb7f3 1,400 1.00/1.00 vMB 17
537,191 537,191 0000000000000000000c7f4b1241cfb868fd534f92ec7d21c29c38a33e3a31cb 978 1.00/1.00 vMB 59
537,190 537,190 0000000000000000001c521178688b6bcb64887a4c2061b0b86ccb9f7eedd2a1 630 1.00/1.00 vMB 61
537,189 537,189 000000000000000000290bfe6d4eda18e0d7ff3d9af7a7d866189f390216a1b0 1,137 1.00/1.00 vMB 27
537,188 537,188 0000000000000000001d4a7020654f41443b7fe427c7db5c684b1f06c2cdd31c 2,546 1.00/1.00 vMB 33
537,187 537,187 000000000000000000074df17621e4142a99bb7e09f0f76ab4ead27a467a581d 2,291 1.00/1.00 vMB 55
537,186 537,186 00000000000000000015e96e98a806907ca1848ee5eed88a81719aba58a681be 2,596 1.00/1.00 vMB 11
537,185 537,185 00000000000000000026a1e8767d399e01d7dc8f010c9653822f8f2cdede5da1 2,089 1.00/1.00 vMB 29
537,184 537,184 00000000000000000008af57d0a5b8f44c1e2601cbce02cbeecfa19961da3b2c 845 1.00/1.00 vMB 6
537,183 537,183 0000000000000000002186278640b69fd52c739b68608ed5459d659c3527c106 2,064 1.00/1.00 vMB 8
537,182 537,182 0000000000000000000bc86540f423ccb41a9ad06d41b4d655274282d6af8903 2,668 1.00/1.00 vMB 17
537,181 537,181 0000000000000000002a620c505134fabdf2359561540f64cd36605d8945ec18 1,393 0.69/1.00 vMB 46
Previous 10 blocks ↓
Total Size: 781.89 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: 645.16 GB
    • Received: 12.69 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.