Loading Tool

Explorer IconExplorer

Memory Pool

29,269 transactions
7.60 vMB
0.05647655 BTC
  • 1 sats/vbyte = 7 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 51.40/200 MB

Candidate Block

Mining Attempt f3b8d87f758afe3268604270fceef46b8550b2da9381c161e2fd2975a1746be9
Version 20000000
Previous Block 00000000000000000000202cca375303c66b5101a2c3c981e3a6b8e199ec2a79
Merkle Root 323b99aa7c48bfb71423bf59425c99c929e6c8a24bf51434ea9f6114ba981c1b
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,481
Size: 1.00 vMB
Total Fees: 0.02781617 BTC
Avg Feerate: 2.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,017 (765,954 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
147,063 147,063 0000000000000550b056ab4979a8b309a99f3e7b19aad38737748462d03efc68 0.02 MB 34 56
147,062 147,062 000000000000076a1e8b2ff3a368f674e84308deb716735c26a6a7e227bd9eee 0.00 MB 7 885
147,061 147,061 0000000000000163c507732f972ebacc29a54c1454de7c6605323886722374d3 0.00 MB 10 78
147,060 147,060 00000000000003d616ed6f13e465972808fc6cb5d3658fe825654a06af9f9596 0.05 MB 157 124
147,059 147,059 0000000000000562c2a8e323cc9908c42d07d37173e2f46c8932e6b2f3319ff5 0.03 MB 66 141
147,058 147,058 000000000000081e3bf8e97af0880e95127987a5512b8ca00cd99c66caaa483e 0.00 MB 1 0
147,057 147,057 00000000000000eaf030b43976eef4a6439e2c2eac8329543a8593718c483a9a 0.00 MB 8 17
147,056 147,056 00000000000007a678f2e1316e0f7f7acf2b967d998558aed8dadcd4430fd5f1 0.01 MB 33 28
147,055 147,055 00000000000007200775088cbda20e08190fd74c328ca3271750ac9dc03aa7dc 0.00 MB 7 83
147,054 147,054 000000000000029c91acd32d232ec8c334ee0b18e9198d76afed33073b1b9a93 0.01 MB 9 420
147,053 147,053 000000000000004fbdc3cefb5b6e5fb7e0e4936d3d4a94f4ebe1b73645b61ba0 0.02 MB 26 151
147,052 147,052 000000000000070f74ba80f0c050777ea21ee157558069fc7048b3d930f5347e 0.03 MB 103 25
147,051 147,051 00000000000007201b7a7f659989bd9d7976987f05724a5302932652582b155b 0.04 MB 93 416
147,050 147,050 00000000000000e0f3442125e0edb7c7b6eaa260d597363a73a22b661cfa5154 0.05 MB 86 95
147,049 147,049 00000000000008837d656c1a4b0990caa60dd9cee4c041fff8a60dcad385f72a 0.02 MB 77 53
147,048 147,048 000000000000083ecf622f71f2f09a820c46cc1f562985197a3eaa0c856322f2 0.05 MB 101 119
147,047 147,047 0000000000000419ba142fa22516ca01e9cac5e09b8bc7aa0ea45f734b4673c9 0.05 MB 127 180
147,046 147,046 0000000000000023ab66ca81bfb532f034bcbcd959e0e4b9e073d0c0c6da2c4b 0.01 MB 9 28
147,045 147,045 000000000000040a07e6b17551483089339b5c6f6509157f5c63e5b06212ddf6 0.03 MB 42 147
147,044 147,044 0000000000000573b14e37ce7e78b0b13f5e51ee9001afd24a6027574c585f8d 0.00 MB 2 194
147,043 147,043 00000000000001a2bba6f1e071e9e9b77ef5dff322f90e4822b5dcb2ab12629d 0.01 MB 14 88
Previous 10 blocks ↓
Total Size: 778.87 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: 399.32 GB
    • Received: 3.58 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.