Loading Tool

Explorer IconExplorer

Memory Pool

77,114 transactions
28.42 vMB
0.08825406 BTC
Random Selection Loading Transactions
Max Size: 173.00/200 MB

Candidate Block

Mining Attempt 0183050fdf6dae062404e4cd5249177a5e28376653e938e291614c3a9d1ecc34
Version 20000000
Previous Block 0000000000000000000174c235c16ca840a29564c027ae89bfbd419301388a0c
Merkle Root 6480f84ea23bd2ad25af86de3c530a084eb473c5ab4b0f5f5035258b8eddde93
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,611
Size: 1.00 vMB
Total Fees: 0.02465022 BTC
Feerates: 477.45 > 2.47 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,299 (409,826 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
505,473 505,473 0000000000000000002bdfff5a90ef30693099ad4fa84674b27a83dcb378e95a 671 1.00/1.00 vMB 144
505,472 505,472 0000000000000000005621f424f40f3eba2c78806723512a665325c39dbcf18e 1,880 1.00/1.00 vMB 257
505,471 505,471 0000000000000000003c5a39a3c040c989bb3595b21241bb94b5c5c1c3d12900 1,159 1.00/1.00 vMB 199
505,470 505,470 0000000000000000000821e2ecfae19c9e80dd242edd2c2745fe8b3eaa67b010 708 1.00/1.00 vMB 143
505,469 505,469 0000000000000000002fb85b6c38fcbe26c7a2abf546f0c643e6187e5cce8507 159 1.00/1.00 vMB 113
505,468 505,468 0000000000000000001a70d6a602bfd4ef9eda4feecc2bcac97e6a631f4badc3 742 1.00/1.00 vMB 197
505,467 505,467 00000000000000000032bf965e7dbdd071848743a58452b33044c445ba99c7da 1,194 1.00/1.00 vMB 228
505,466 505,466 00000000000000000030fa1f4fa51c944c9b2023e42277a76f1f598d02c40d4d 2,021 1.00/1.00 vMB 259
505,465 505,465 0000000000000000003deaf2eff6d430f52d0e84f78a9c0dfde968a05a8d8364 319 1.00/1.00 vMB 159
505,464 505,464 000000000000000000286d1fa27c6c23e3355016fbc582b09ef0d59986d7e75c 703 1.00/1.00 vMB 135
505,463 505,463 00000000000000000038e28b790fa57981c21046d118c418edd447ec5f57a5df 1,423 1.00/1.00 vMB 218
505,462 505,462 0000000000000000000c6e5a4c65f0abe52409835e2118fd798c174f5d1f5154 2,553 1.00/1.00 vMB 311
505,461 505,461 00000000000000000024c0989c172d73a25d6c2e3408ecbbee3ffd445eb70c76 999 1.00/1.00 vMB 192
505,460 505,460 0000000000000000004b67e7c575c09077df47ecf816b65314ee41f7128accb0 205 1.00/1.00 vMB 129
505,459 505,459 00000000000000000015c7e0472543ae0e750f0d4e20a069ef91d012fbc3a10f 977 1.00/1.00 vMB 194
505,458 505,458 00000000000000000030be07d1604587a2cc8ab1b74ba3f861a9d47112081a31 421 1.00/1.00 vMB 134
505,457 505,457 000000000000000000050681ddf330759c2601a8a19c38f5c27b92b178cd4a4e 370 1.00/1.00 vMB 148
505,456 505,456 000000000000000000544a2459e9f481920aca50766a47c2c9878bba2839aa76 1,652 0.99/1.00 vMB 272
505,455 505,455 000000000000000000718c80f75727ddce5f2849e8b7f36be93c89aefcb2b4c3 977 1.00/1.00 vMB 255
505,454 505,454 0000000000000000001f9a137f604d5a3f6154f7875af635a7e16f786af3b24e 2,405 1.00/1.00 vMB 362
505,453 505,453 00000000000000000026be0f7f5b57920c1875fe5382eab2720c428ca7698061 1,038 1.00/1.00 vMB 98
Previous 10 blocks ↓
Total Size: 782.91 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: 713.77 GB
    • Received: 17.47 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.