Loading Tool

Explorer IconExplorer

Memory Pool

46,765 transactions
28.43 vMB
0.06426848 BTC
Random Selection Loading Transactions
Max Size: 151.81/200 MB

Candidate Block

Mining Attempt df48340a4e4dff61b5b0b98758b76d74fc79a25490f4a624bac37886b40ae206
Version 20000000
Previous Block 00000000000000000001756a5e3521a37c963c8268a5fccbe0ee3f5cf5eba3b4
Merkle Root 51b7ccdaf7990b5b6d5a285a1701fedfa6623fe055626a03b2fa49347570e7b6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,603
Size: 1.00 vMB
Total Fees: 0.01035830 BTC
Feerates: 100.36 > 1.04 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,839 (82,355 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
832,484 832,484 00000000000000000000ccc3463be272a2938cbf27a7d5b3386200ee2eaaf4c3 2,840 1.00/1.00 vMB 44
832,483 832,483 00000000000000000002839fea06b362c15dec77996c823e66c9d929ae77e1fb 2,861 1.00/1.00 vMB 64
832,482 832,482 000000000000000000012fa458587d4ed326f9af6d5360a18dcb47bdffdc0462 3,567 1.00/1.00 vMB 61
832,481 832,481 00000000000000000000d0b83d5cfb0e77994e39b893b79cb44dc4ab7b806b12 3,085 1.00/1.00 vMB 72
832,480 832,480 00000000000000000002b5cf631511e10408208413873600eed979dc24dea3f7 3,101 1.00/1.00 vMB 97
832,479 832,479 00000000000000000001c6285585c2a0303ef5fd5f2309424fce9d839a4a9e4f 2,472 1.00/1.00 vMB 133
832,478 832,478 0000000000000000000330de60c8755334d6442ac1b0350022e73efcffaae740 1,452 1.00/1.00 vMB 169
832,477 832,477 000000000000000000025271f9b0f4b66a69baf3df5e9de9e9048bb3e553596f 2,069 1.00/1.00 vMB 88
832,476 832,476 0000000000000000000018d97c5390fa124986e20fd6e1a498bebfcccafd9daf 3,080 1.00/1.00 vMB 56
832,475 832,475 00000000000000000001d607718f67f11565045ec638bc6fe9e60ba60348d927 3,488 1.00/1.00 vMB 47
832,474 832,474 00000000000000000001280ec1abe31c87c90d06afb36b01fbd093efb6a52384 2,711 1.00/1.00 vMB 51
832,473 832,473 000000000000000000003d3eafdbfa3aaae0597e5a807efb7688afbbd1a2d68c 2,949 1.00/1.00 vMB 62
832,472 832,472 000000000000000000009799d0082595ea5f9b4419d6fa29edd54a1ad50d9bc5 3,343 1.00/1.00 vMB 66
832,471 832,471 00000000000000000002cf04c4949ca28c803a7e08042e18fe1cb6ca291011b1 2,701 1.00/1.00 vMB 79
832,470 832,470 000000000000000000030cf4d4e1fd209e7698f77a2c9f6a05d667d0174c32bc 3,018 1.00/1.00 vMB 34
832,469 832,469 0000000000000000000118e37bee9e0c05aa59a51f9287fedc298e83f7478140 2,026 1.00/1.00 vMB 35
832,468 832,468 0000000000000000000217c64eafe048398422c4bbd2592fd65fa67304a369c5 2,608 1.00/1.00 vMB 35
832,467 832,467 00000000000000000000322bde7e626ff7ed82f6785b177b3cf3977bcaeac8ea 3,272 1.00/1.00 vMB 59
832,466 832,466 00000000000000000001f28574ca5a1ea98585a9c18c570457f3cc9379c737fe 3,183 1.00/1.00 vMB 43
832,465 832,465 0000000000000000000117d8e1db68e2ad5e1d0eec473b76edccb3c9ca7df5de 2,816 1.00/1.00 vMB 73
832,464 832,464 000000000000000000033d7c4ba77dbc25f8b0256367cbae026e83e6d8e4c59d 2,922 1.00/1.00 vMB 45
Previous 10 blocks ↓
Total Size: 782.10 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: 651.75 GB
    • Received: 13.64 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.