Loading Tool

Explorer IconExplorer

Memory Pool

78,480 transactions
29.14 vMB
0.08242730 BTC
Random Selection Loading Transactions
Max Size: 176.37/200 MB

Candidate Block

Mining Attempt d427084d4c23e4599252cf8b59bd5fe70442f778196c7652cfbd3b1e692f1912
Version 20000000
Previous Block 00000000000000000000f174527a55589ee9a7d627506640aecc5089076e5f75
Merkle Root ff8e29626bdc63fd54550d2c39ca16a1f96264589c6c4dc577e1bf6dd0820699
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,678
Size: 1.00 vMB
Total Fees: 0.02137107 BTC
Feerates: 178.73 > 2.14 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,162 (416,459 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
498,703 498,703 000000000000000000828cf751f72a3d98e1a6ba2bd6f8cf47214bad8332b05c 1,983 1.00/1.00 vMB 127
498,702 498,702 000000000000000000613bf633910ce3c7faaad02cfb9eb610047e1ea9b419bb 1,884 1.00/1.00 vMB 125
498,701 498,701 0000000000000000002da94b834820d13131132134cd66b53817f04370176557 2,055 1.00/1.00 vMB 124
498,700 498,700 0000000000000000006c8d5c2158effb932bcc8c2f6856c0c99a473a45e81e72 1,374 1.00/1.00 vMB 117
498,699 498,699 000000000000000000a7201416722da76f239c8300bee7be6a4555885baf3cb0 1,782 1.00/1.00 vMB 116
498,698 498,698 00000000000000000090968b63831cffdb71a6cd8408f93a439c96e3e3e6ff25 2,101 1.00/1.00 vMB 277
498,697 498,697 0000000000000000009840736d70e49166717e78fc48364925e95d649d059104 1 0.00/1.00 vMB 0
498,696 498,696 000000000000000000038d5d25da235cf9f4dd059f073fe1d98ffcbb1d8a92e6 2,232 1.00/1.00 vMB 141
498,695 498,695 0000000000000000007572ca01147c6dd1312f6baacf0246490f9486d36bb00c 2,016 1.00/1.00 vMB 170
498,694 498,694 000000000000000000183a11140412cb9dbe4508635c5e7bdb228b64199f21cf 2,062 1.00/1.00 vMB 290
498,693 498,693 00000000000000000017de30ce39a5b17e07f2a67533f2c9296dc94be2d9b4f0 2,215 1.00/1.00 vMB 190
498,692 498,692 0000000000000000007751d7ba015f468e33c004260c92a3d116498a601e821e 1,926 1.00/1.00 vMB 159
498,691 498,691 000000000000000000a05e96f86cebb2539e26f7d3a9739e7e04f7c57fbd889b 2,360 1.00/1.00 vMB 89
498,690 498,690 0000000000000000002a0e3bf88c831a6147aa5ff9c0e20aacaff42943ed4b84 1,464 1.00/1.00 vMB 118
498,689 498,689 000000000000000000a32c92b1deb0dec6b9429c7e61b955b04754b50c6cd083 1,707 1.00/1.00 vMB 209
498,688 498,688 0000000000000000003594f652ae3e3b30cd29a9235082afda692665861d91ab 1,243 1.00/1.00 vMB 159
498,687 498,687 00000000000000000099c9d6542c7535b2a6ef4711f71a3f7b98e92df9db3f82 2,364 1.00/1.00 vMB 302
498,686 498,686 0000000000000000000829aacdd06dc037921e812e06a32202ae4a0e8335be79 1,180 1.00/1.00 vMB 182
498,685 498,685 0000000000000000003393c658f2664bced1e1e5814d5f96c841e3aed9753a8b 2,471 1.00/1.00 vMB 310
498,684 498,684 00000000000000000000def90464e4c665e75ee676e4ba226c23b2e4d7c34198 1,936 1.00/1.00 vMB 165
498,683 498,683 000000000000000000ace6c8c1c77541f179c08b34779ee3babf75d732dc8b98 1,586 1.00/1.00 vMB 233
Previous 10 blocks ↓
Total Size: 782.68 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: 678.11 GB
    • Received: 16.44 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.