Loading Tool

Explorer IconExplorer

Memory Pool

79,111 transactions
29.28 vMB
0.09833280 BTC
Random Selection Loading Transactions
Max Size: 176.93/200 MB

Candidate Block

Mining Attempt b42bd93ca680f5329a1cb7aace94a3ccdde64eb00f5da502b6537b161d150376
Version 20000000
Previous Block 00000000000000000001c91beefdbf93e824f2717ab594e9edd9a754a7cec7fc
Merkle Root 1d99f61eac0cb3b82f78403b6ee1048a7af85d4b22df71779ca8b64db8ec6661
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,431
Size: 1.00 vMB
Total Fees: 0.03619697 BTC
Feerates: 477.45 > 3.63 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,137 (617,863 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
297,274 297,274 000000000000000025f0e2f7fdf81a53244fca2418742dd64090051f23e99bbc 518 0.27/1.00 vMB 28
297,273 297,273 000000000000000041f9a7886d327c53690bc78801043af4743d3380000dcf42 66 0.03/1.00 vMB 18
297,272 297,272 00000000000000002112a48465ec9a31f05ae6133303a4a3801074f54cd34b69 686 0.39/1.00 vMB 27
297,271 297,271 00000000000000008dba48a785963c4192b03bf0e368e26e56aed1f67903c268 86 0.06/1.00 vMB 11
297,270 297,270 000000000000000003c0e43f5077cdc3d10c24618c1ee645be4ee539829c18b2 294 0.20/1.00 vMB 22
297,269 297,269 00000000000000006f1982970d4edec5787a45cc45bd32750461953258f26a07 302 0.15/1.00 vMB 33
297,268 297,268 000000000000000040016ae869a951c62299ae1252722064540b51eece7bc251 56 0.02/1.00 vMB 42
297,267 297,267 00000000000000009d19f4cee17dbaeffc43e9c7bbdbcae112fc76c0c378cb98 599 0.29/1.00 vMB 32
297,266 297,266 00000000000000000f0ac01df05f7b3bb445205fa55566d561ad8426e57a45f5 74 0.03/1.00 vMB 32
297,265 297,265 000000000000000012322180f79f58619817b8d9e2990c93acc9670ff0d58302 206 0.23/1.00 vMB 14
297,264 297,264 000000000000000023ec9086b9dca061e1dfb519f663470ee8bdc8a6c0b06979 883 0.35/1.00 vMB 42
297,263 297,263 0000000000000000856e76883dee49e280a294ff671805187727abc7d2365442 635 0.32/1.00 vMB 30
297,262 297,262 000000000000000022ff30df0ddadbd378b38d191853b12d487539bab94dbec7 308 0.23/1.00 vMB 25
297,261 297,261 00000000000000005d615fee30c7b5a45f8ff19e9ddaf3f1cc3c655caace6dd9 154 0.08/1.00 vMB 23
297,260 297,260 00000000000000001b253637f0c9a668ad21ccf6ffc32fdd482b470a2ed524bc 155 0.09/1.00 vMB 28
297,259 297,259 00000000000000009aa8a70b99b6dc29ad52399246d86cf586768661bfcc5391 286 0.16/1.00 vMB 31
297,258 297,258 000000000000000094ff27bbf04341b6cd843ea9aef8574f71a4096e96dbdfab 900 0.50/1.00 vMB 28
297,257 297,257 000000000000000004100f14a29d7ab0d34bf1b48e1785711a9f1dc5d0c3ebc1 154 0.27/1.00 vMB 13
297,256 297,256 0000000000000000108b83a298ee16375b3a27026ba1deaa2abfec6a793a1328 752 0.35/1.00 vMB 36
297,255 297,255 0000000000000000320f39847e41a2be4530661d17ece2a011d5a614e8ce41fe 48 0.03/1.00 vMB 40
297,254 297,254 00000000000000002f475912b2f671ea92236477482dfeda13def7e9fb5d712e 494 0.33/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 782.63 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: 672.17 GB
    • Received: 16.17 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.