Loading Tool

Explorer IconExplorer

Memory Pool

73,826 transactions
28.23 vMB
0.06844917 BTC
Random Selection Loading Transactions
Max Size: 167.80/200 MB

Candidate Block

Mining Attempt e9b08e8a267c9a975c75c7c3d4553cb03e67bea089c6d7593bc8fdf41ef09a1a
Version 20000000
Previous Block 000000000000000000007c0d03566c9a659e961b946ab0c5bf9197674ecf2b24
Merkle Root e6ecff92cfd84b291f30202433cbd3cbf6c4738d80a39fa1956b8a6de496b70a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,598
Size: 1.00 vMB
Total Fees: 0.01197438 BTC
Feerates: 101.62 > 1.20 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,068 (120,597 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
794,471 794,471 00000000000000000004351da7608b0fc8405193b3eb2baee5d1b721e3fd97b7 2,848 1.00/1.00 vMB 39
794,470 794,470 00000000000000000002064c61fada8bc7ad8d23aec3f8e4e932a947b19b2a72 3,185 1.00/1.00 vMB 49
794,469 794,469 0000000000000000000326291b22585e29375c34958011edf99e2df19faa8b12 3,123 1.00/1.00 vMB 59
794,468 794,468 00000000000000000002eef03a6526664de99c6dead9b4638c3d0c84a11e6030 3,028 1.00/1.00 vMB 61
794,467 794,467 0000000000000000000292f1ed698fbc827f327b6f469da5061160b855ca2428 2,290 1.00/1.00 vMB 15
794,466 794,466 00000000000000000000db991bcfac240810b22e054bee82305373f366881f72 3,059 1.00/1.00 vMB 24
794,465 794,465 000000000000000000017b9853ee0ba881839fad59e47c5c547a50d9b82a173e 3,200 1.00/1.00 vMB 43
794,464 794,464 00000000000000000005348fd07c86b4a9cbad2efb6e052e28795e9d29bee55e 2,292 1.00/1.00 vMB 19
794,463 794,463 000000000000000000022c5ffa29f6f1c933c1a20b434971459fa36f9afd743b 1,977 1.00/1.00 vMB 46
794,462 794,462 00000000000000000002702f283e53942c1c52d64b2f8ddc118ee8b962a34f2c 2,474 1.00/1.00 vMB 11
794,461 794,461 0000000000000000000169eb459356c5592a92b5dea57f489a76bb9bd6b2a80c 2,484 1.00/1.00 vMB 16
794,460 794,460 00000000000000000001be75ade06a34fb6fed0adac75c6b77c8278dcbb78583 2,882 1.00/1.00 vMB 23
794,459 794,459 0000000000000000000219a0092cd5d9917686826d752725743b5d01cebcee4e 2,819 1.00/1.00 vMB 26
794,458 794,458 0000000000000000000041fa2e33f95f8eabab2f57b951fe6434888e1c44a843 3,137 1.00/1.00 vMB 21
794,457 794,457 0000000000000000000050111d5f5a157497827b16cf07ed0d49dc2efc46dda6 3,119 1.00/1.00 vMB 15
794,456 794,456 00000000000000000003a92d5ebf07b08c4484ae097ab992f27ff685d4be76fc 2,672 1.00/1.00 vMB 27
794,455 794,455 00000000000000000001c8481a1f26c6bbb41f7ea8a41456f223ebb78903c73d 3,343 1.00/1.00 vMB 22
794,454 794,454 0000000000000000000182595580d23d3f0a48990fb1e6ff7a0c106dc22dd54a 2,465 1.00/1.00 vMB 13
794,453 794,453 0000000000000000000174f866078085f6e1d614f4af9278bdbeb0b90e44a7cb 3,074 1.00/1.00 vMB 22
794,452 794,452 000000000000000000005f0cb3d75d88c6f927934682a3d473fbf01deaa40282 3,185 1.00/1.00 vMB 31
794,451 794,451 000000000000000000039334c8c5a755f027f4a767f93d3ecb3940fc55f96925 2,916 1.00/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 782.51 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: 668.67 GB
    • Received: 15.55 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.