Loading Tool

Explorer IconExplorer

Memory Pool

73,468 transactions
27.19 vMB
0.06277594 BTC
Random Selection Loading Transactions
Max Size: 166.06/200 MB

Candidate Block

Mining Attempt 222bbe6e932347de54310a89e5ea2ac108370aad1209ab6146eddc950a5faa0a
Version 20000000
Previous Block 00000000000000000001dd92e066f2c7ec28252fbb6b5fa39f46ea7f85c79f17
Merkle Root 6940acfe5fc7bda7e6d8d0c236a5ac427815d9ca9dcf7cba586aa9505c0ab7b1
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,835
Size: 1.00 vMB
Total Fees: 0.00501520 BTC
Feerates: 84.38 > 0.50 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,287 (440,099 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
475,188 475,188 00000000000000000001fc7c8203c2c84255c58ed436e5f542c0fdf40c926eb9 382 0.15/1.00 vMB 230
475,187 475,187 000000000000000000478e17907a625efb7be7c1b3d88dd6a7022cdb95c4fdc0 2,566 1.00/1.00 vMB 46
475,186 475,186 000000000000000000a3140e3ba314fb8144157e3114a6ec6c78e789c287889e 2,604 1.00/1.00 vMB 250
475,185 475,185 0000000000000000000aa6eae38f02ba4e463c62309d6cbbc0ed42f42587ee11 2,126 0.93/1.00 vMB 215
475,184 475,184 000000000000000001032660d9102ac43986954195717095087645468ee6539f 2,717 1.00/1.00 vMB 120
475,183 475,183 000000000000000000f77e27b14713218f1917b2048c7ff755a12ef1f3c6b268 1,981 1.00/1.00 vMB 126
475,182 475,182 00000000000000000076bf2b7c9c136511749fc959b09f3174e9cf74d293306f 2,040 1.00/1.00 vMB 202
475,181 475,181 000000000000000000253e2b94fd66f5129f7cf1754bf2bc99b20d6121308c16 2,010 1.00/1.00 vMB 179
475,180 475,180 000000000000000000e6f8570bea3e541c6ac18d6ab78265d2fbe976f1e8592f 2,123 1.00/1.00 vMB 184
475,179 475,179 00000000000000000056039cc905df8d99ddd13c7573f95f56da2041e2e164e4 2,433 1.00/1.00 vMB 279
475,178 475,178 00000000000000000154b965a3809150e7a4d788e260ebcec6a31eaa222b4d32 1,796 1.00/1.00 vMB 234
475,177 475,177 000000000000000001552df48900adf11669ab5a6bfd391790951953cc3423b3 2,005 1.00/1.00 vMB 279
475,176 475,176 000000000000000000a82329814f0e8f41b0f01594d02a524e34fe11b0b486e2 2,200 1.00/1.00 vMB 235
475,175 475,175 0000000000000000017080dec5f51a9475473b5db4b87dd0445fccce6315e27d 1,523 1.00/1.00 vMB 213
475,174 475,174 000000000000000001493fa5f7445656bae9fd7fb37d735fba96e5400947f04f 1,971 1.00/1.00 vMB 243
475,173 475,173 0000000000000000005411e83f2f6f338dc4b88575e18b537cb71ffc049fefeb 2,100 1.00/1.00 vMB 279
475,172 475,172 000000000000000001154718bd1ac5925928f3d4c3018c973d1d9254e4987aa7 2,081 1.00/1.00 vMB 139
475,171 475,171 000000000000000000e47e5010fe6b10db2cb6d6d1eefe9fb028e2422574805f 2,172 1.00/1.00 vMB 128
475,170 475,170 000000000000000000750a996eb88c9850eae28e52bcef8380383c6b1077cd89 1,864 1.00/1.00 vMB 129
475,169 475,169 000000000000000000c8282775062c7dfc0aebfd87b9b02bff592fcf8e3a98b0 1,993 1.00/1.00 vMB 244
475,168 475,168 00000000000000000077068a90066a3fb62f8251a9e3f915608df2e6664f3043 2,316 1.00/1.00 vMB 94
Previous 10 blocks ↓
Total Size: 782.89 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.36 GB
    • Received: 17.36 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.