Loading Tool

Explorer IconExplorer

Memory Pool

40,070 transactions
27.05 vMB
0.07614753 BTC
Random Selection Loading Transactions
Max Size: 140.08/200 MB

Candidate Block

Mining Attempt 69f92217281d202dc8a8ce2db13f62a3119b7c0ab43ae7e05b746a8662953a11
Version 20000000
Previous Block 00000000000000000001bb61480f3acfb38c91942ee0224968a6552800d0bad8
Merkle Root 1ab27eb860d5bfa29196738b477b133d26d433b2c807a7258af0c0a150aa01e7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,084
Size: 1.00 vMB
Total Fees: 0.02208895 BTC
Feerates: 201.37 > 2.21 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,681 (674,684 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
239,997 239,997 0000000000000020faa6002bc885585fe75e1ab56a7e6deea1cdcf0afbcaeaad 254 0.15/1.00 vMB 148
239,996 239,996 0000000000000112ee3b1668757be551d2d26eaf9f96335d4f5828df517ea2c6 328 0.15/1.00 vMB 108
239,995 239,995 0000000000000098ae9d760e5bed5aeae3bbd2c92ff5f9969971972d0ce1e2c6 657 0.25/1.00 vMB 199
239,994 239,994 00000000000000f284fb98df3f80d12eb7e1b045f9e9a86b499c8b669e44ad58 286 0.11/1.00 vMB 151
239,993 239,993 000000000000004b481bbdb99daa976c028e562a48cee1b63d7f102b5565b7d1 128 0.11/1.00 vMB 73
239,992 239,992 000000000000000b3ca4c86f0735d634e562635d3f797dfd09124bebeeb2f74a 519 0.25/1.00 vMB 141
239,991 239,991 00000000000000f6d04cee7c73c701f714a7f60b9a40e97dd394b3c8e23edb48 400 0.25/1.00 vMB 121
239,990 239,990 000000000000008b4071c6b47dc9c8790ae3643be8a9b4e2f41928b758f2b439 582 0.25/1.00 vMB 184
239,989 239,989 00000000000000b2ec96920cc071cdccf1c6071f23f60fef275d9720459c8f84 626 0.25/1.00 vMB 232
239,988 239,988 00000000000000cb8438078e1093d0ba3e8d60ba7f474d5dab9f2113c7e2abde 553 0.24/1.00 vMB 176
239,987 239,987 0000000000000033c9e9233714cb63bce6493ec2fe05d4988f997a3f8166ccf5 82 0.07/1.00 vMB 101
239,986 239,986 0000000000000077f1d6b6844edf4088da3c895e76eaa44fb326f56af1f461d3 68 0.04/1.00 vMB 164
239,985 239,985 000000000000001ca46c3ea49cd48aea6bf5e96871f0441b2a6222cdd7a3b90d 191 0.12/1.00 vMB 134
239,984 239,984 00000000000000cd2a2500eb89d8620e531fef0f657d52c5edfbcb7900514b1f 194 0.09/1.00 vMB 118
239,983 239,983 0000000000000023338db1261ee69303b0ce51833ba6b0d620f2d6fc7faa9f89 755 0.25/1.00 vMB 288
239,982 239,982 000000000000009b9e92b01eb08384e9107cc79fd607f516c0d887e1c2ed2c23 188 0.09/1.00 vMB 161
239,981 239,981 000000000000001651181f26fd03dd98271d20196d1a811a4a0109fa29b94aa4 17 0.01/1.00 vMB 100
239,980 239,980 00000000000000b094a59eaa3857cac7fcc6686f64b509980cc61184ab58696e 19 0.01/1.00 vMB 146
239,979 239,979 00000000000000b0cdc5dc3a0c5aad06315cf74edefdfdad5442c4ffabf86b09 223 0.09/1.00 vMB 204
239,978 239,978 000000000000003df18cb5672abd01ad785410cb48bb3038d0fdb9ee5439a446 231 0.09/1.00 vMB 225
239,977 239,977 0000000000000108314d6bbf69c20665869bcb17cc9ac935051f816c12006a15 252 0.11/1.00 vMB 150
Previous 10 blocks ↓
Total Size: 781.83 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: 636.65 GB
    • Received: 12.38 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.