Loading Tool

Explorer IconExplorer

Memory Pool

84,574 transactions
22.23 vMB
0.05514629 BTC
Random Selection Loading Transactions
Max Size: 151.34/200 MB

Candidate Block

Mining Attempt 37836b49c199575d5845d0ff30fb9937a8367ee0efdc5dff0d8eb887c5e8ef01
Version 20000000
Previous Block 000000000000000000000c2aad215f21870e3705e3fbb7747f5c2f81daf604ac
Merkle Root 32632694f15cf97febd56e92362ffb9f7ce3563b30ba5872237222bb6f89be05
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 6,306
Size: 1.00 vMB
Total Fees: 0.00593201 BTC
Feerates: 73.20 > 0.59 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,867 (723,669 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
192,198 192,198 00000000000006aa794cd9c5cc2d693831694c8be0935c51b1bfd8ddf4886c44 167 0.05/1.00 vMB 155
192,197 192,197 000000000000005ae6a622e32332b49c035731087ecc5903a80e16e4cd31495f 266 0.09/1.00 vMB 13
192,196 192,196 000000000000040bd314e8a15c8faef00b39b2d0cc5a85a1b85ec5808eea33fa 306 0.13/1.00 vMB 293
192,195 192,195 00000000000004fe8d8c22d0f1f6f3ec25b66faf36b57867d152e7d8fba870d5 418 0.14/1.00 vMB 138
192,194 192,194 0000000000000569ffe21f602c47f7fd2fb8f9d07089cdef10bf04fc4be9b6c1 512 0.19/1.00 vMB 142
192,193 192,193 00000000000000e4e8d2027bba6e9bde4973f9fa3f67ecc7c296a18ba0bfd245 7 0.00/1.00 vMB 0
192,192 192,192 000000000000078cff5247dc5929d08344ea0996bc2a2841c4d9b776c2a13e71 151 0.05/1.00 vMB 43
192,191 192,191 00000000000005f6a4396136ebefef12fc6b48e514a90691506b0d6c7749ad1b 174 0.12/1.00 vMB 76
192,190 192,190 00000000000003853cb9fcd8354486df84199911162a31826abaec260494d985 170 0.07/1.00 vMB 100
192,189 192,189 00000000000002b3340b325f7ddcf5140d54ac189b9d87d066bfbdbc7b873453 313 0.13/1.00 vMB 131
192,188 192,188 0000000000000763efb32c20652758336620ba109ed3ede7020726260a072f6b 423 0.23/1.00 vMB 161
192,187 192,187 00000000000000380a7fecc12ae6379a8e0e9c4ca4d60775ad039047826bd22e 137 0.05/1.00 vMB 211
192,186 192,186 00000000000007141f4476fc13f82a5df6b1ff93331af5d637f2d77f0107caaf 138 0.08/1.00 vMB 128
192,185 192,185 00000000000007e406a2aefd976b2b0bfcbab0050c07d7b0c252ef5e241b0321 651 0.25/1.00 vMB 82
192,184 192,184 00000000000000e99a83eb9aa735e7e7778f621e9d04e1423d184748b372e248 11 0.00/1.00 vMB 298
192,183 192,183 00000000000007f2e1cc4ff5f3b63199abf844f0041d6e1cff7944b9dc4fde4e 512 0.19/1.00 vMB 105
192,182 192,182 00000000000001f46e0b1a7ce0f48942f82a44f7a9dcc925826342b0ae677d88 458 0.26/1.00 vMB 178
192,181 192,181 00000000000003e9bc090794ba6bee1c81f63d46e2b554e8e9c2e8643de34d0c 15 0.01/1.00 vMB 92
192,180 192,180 0000000000000331d8df165c855cb8a411817183b268692a2d9f8f061fa7cb89 267 0.09/1.00 vMB 1,481
192,179 192,179 00000000000003dcf31c51b13ba51a607b54039bc323e21a884348740ab70341 1,027 0.41/1.00 vMB 705
192,178 192,178 0000000000000674478a81b41eca8350be17e72d96e91db031e7edb13a5ff235 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.87 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: 794.96 GB
    • Received: 22.07 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.