Loading Tool

Explorer IconExplorer

Memory Pool

83,303 transactions
30.41 vMB
0.16716653 BTC
Random Selection Loading Transactions
Max Size: 184.14/200 MB

Candidate Block

Mining Attempt 2bf8dd2620a760712e5096332da070370b7bc6402eb9073808f304fea5996dac
Version 20000000
Previous Block 00000000000000000000ca68321e715c058b4ac6f690c42b142839c1ac65667b
Merkle Root 2b93b67612acf36cfbf3a45dd654ae178818e764800f13a80c77d867ce7082aa
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,341
Size: 1.00 vMB
Total Fees: 0.08937974 BTC
Feerates: 137.30 > 8.96 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,119 (515,918 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
399,201 399,201 00000000000000000017e76e8bdb74098a20abbe4a98d3e547b882aa49e7d338 1,839 1.00/1.00 vMB 31
399,200 399,200 000000000000000002a16e42e82c833324c8e8cfd481269c3421a45ffa6a8f17 956 1.00/1.00 vMB 14
399,199 399,199 0000000000000000032ac4b5cf7613c46aee7c4bba52c3cd23d5f7d23f0eefa8 872 0.95/1.00 vMB 19
399,198 399,198 00000000000000000577eb866ccd60866c055aabbc3cac2e6746d0320202817c 1,378 1.00/1.00 vMB 28
399,197 399,197 0000000000000000063de00af2a9c38b4ebc4e5006dff56bc31e61272b8b7054 748 0.75/1.00 vMB 19
399,196 399,196 000000000000000005376a13ab7bf48ef4c8d078aebf2c40d2efae3ac7e02aff 2,331 0.93/1.00 vMB 49
399,195 399,195 000000000000000004c546db14d2903afeb327f24acbb15d2a43808a05cd6a52 813 0.99/1.00 vMB 21
399,194 399,194 0000000000000000040c9c6a07b73cbd1123f68ff6bd46983e49f22179141a3e 1,665 1.00/1.00 vMB 38
399,193 399,193 00000000000000000432ac5e88c988d550aaa9b629344cac3b61cc807fb8b4ca 1,589 0.95/1.00 vMB 31
399,192 399,192 00000000000000000022f59337acfeafb728e4b612ad8332cfca6ba3939a70c7 1,685 0.75/1.00 vMB 47
399,191 399,191 00000000000000000049b7a9af82daee2e5aabb5ea8dd0d7ffe182db7deb2ebf 1,947 0.75/1.00 vMB 49
399,190 399,190 0000000000000000051c6ff7d53f7d5859dbe4670e3fcbcf6bb44bff51974e47 1,644 0.95/1.00 vMB 30
399,189 399,189 0000000000000000066105de87b895cc3d0631838da51af0fa33edee1b61600e 1 0.00/1.00 vMB 0
399,188 399,188 000000000000000004b0998cd88cd3991c970bffe364b8289021bc27ef4c4e6b 1,782 1.00/1.00 vMB 24
399,187 399,187 00000000000000000685c0e2eb06a1ce3c04f343fa8763d08fc5907fea7af440 2,151 0.99/1.00 vMB 40
399,186 399,186 000000000000000005893a1d3b0a29e0874ea4ba1119b305b537c39a9d3eece7 2,109 0.93/1.00 vMB 47
399,185 399,185 0000000000000000036c66d59a0e7eb86a71ee834feb9f9b9dd6b6c0f3d7309b 1,993 1.00/1.00 vMB 39
399,184 399,184 0000000000000000055fa160d0f34081d7eb048b56699dbc7c51365f34d82b33 2,357 0.99/1.00 vMB 43
399,183 399,183 0000000000000000017fc32e3cb9436057ca2501e820d106d2aa06ecdb91bf64 1,830 0.75/1.00 vMB 42
399,182 399,182 0000000000000000031d3c639fde02cfab7b475ddffecfd0eaeb29c3df21525c 2,689 1.00/1.00 vMB 35
399,181 399,181 00000000000000000228eaa88ddb190cbca3d7b102828fe6fd47ba3a3068796a 2,091 1.00/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 782.60 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: 671.73 GB
    • Received: 15.99 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.