Loading Tool

Explorer IconExplorer

Memory Pool

17,236 transactions
9.84 vMB
0.04494858 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 3 blocks ()
  • 3 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 52.88/200 MB

Candidate Block

Mining Attempt acb84755f72b2aabaa2cd69e9748d396a7ce293c11e17872d55873654b18d760
Version 20000000
Previous Block 000000000000000000017057df6d234f0ac6a521588cd266633a5b72151affe0
Merkle Root b0425f4b998603dd54e3de272020f87e84559c51af6524b31f8815ca92cce45b
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,683
Size: 1.00 vMB
Total Fees: 0.02164458 BTC
Median Feerate: 2.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,370 (748,447 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
164,923 164,923 000000000000047c32f80e5a189b6164a74d518f086aef710615f70859720650 69 0.05 vMB 201
164,922 164,922 0000000000000065e8d3eb60f2a0ca48de97004488250998bc9bcd5298b2e61a 36 0.01 vMB 82
164,921 164,921 00000000000009932dc6bde5fc4b515ddb3d75684fe7b0423a43c7fe43ef222a 65 0.04 vMB 207
164,920 164,920 0000000000000ab768508ef0b4553c3820ad4d5e700fa791d5f0b5ccfcfc76d1 34 0.01 vMB 42
164,919 164,919 00000000000009f61bc163ebaa5fe5a287e2bb7d83b55a277f107af0b12c15f8 25 0.01 vMB 58
164,918 164,918 0000000000000a3bdf31b5aaa57b1844a6b21b7abf71856c983907529e253c4e 77 0.03 vMB 16
164,917 164,917 00000000000009b4741a3087516c08dbcab073df5d0e03291a9ec0df8d898d02 79 0.04 vMB 139
164,916 164,916 000000000000070de6774b1b39eaa76100643c3f6f450a4befcc3ead92b7baaf 94 0.05 vMB 330
164,915 164,915 0000000000000c560e7dad9989b2e7c6e59b40c85537460bf2715c5490511105 25 0.01 vMB 0
164,914 164,914 00000000000001518c58848092c5389e6da45d9796e595d69d923324b127c3c3 44 0.02 vMB 110
164,913 164,913 0000000000000b104e97af381acdabff83bcd4fe4f3fd05ed549ed8348c601e4 18 0.01 vMB 322
164,912 164,912 000000000000010888da5a7edc05ef1e97141a5d642537c5131260789e88ff18 21 0.01 vMB 504
164,911 164,911 0000000000000c430f8b11448bf7e1d9423efaec7cd982ceb0ed2ab3074c1499 20 0.01 vMB 84
164,910 164,910 00000000000004d360b469133d5a75d492bd5513a061088b464420861369d988 8 0.00 vMB 34
164,909 164,909 000000000000057eb091c6f0a71bc99c67761f93bd061fe47dc4f2b07b1b2afa 19 0.01 vMB 219
164,908 164,908 00000000000002c14eba248658cde783502aa60017df617227faeb04bb3f30e0 52 0.01 vMB 7
164,907 164,907 0000000000000622f33cedb0a45619f82170777f7208cd862c3f77f4c4b5de2d 33 0.01 vMB 62
164,906 164,906 000000000000013b2dcca2573f13ced65adde60ef507fd4535397f94db04b6c4 19 0.01 vMB 98
164,905 164,905 000000000000094e4f6cde66fa7a62d5612a9203abcd995d8ee9ea83f04ee8c5 56 0.02 vMB 43
164,904 164,904 00000000000009a7f7dc9b9924c1ce7bb1c03cc7b026d5adfad234ea8d083d1e 17 0.01 vMB 554
164,903 164,903 000000000000021b6e72225e16b1602a6f814ebec72536d22742e2dd79eccf24 96 0.03 vMB 142
Previous 10 blocks ↓
Total Size: 779.51 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 103
    • Outgoing: 10
  • Data Transfer:
    • Sent: 192.91 GB
    • Received: 0.76 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.