Loading Tool

Explorer IconExplorer

Memory Pool

25,030 transactions
12.29 vMB
0.03510232 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 69.12/200 MB

Candidate Block

Mining Attempt 146f0bfbc3cd2eb5149c2d38070f6824f70f21b13f82bfc73bd27492d642119b
Version 20000000
Previous Block 00000000000000000001268a19f99a88ed20e383fadd73cfb09cc0cbd48307e2
Merkle Root 0745814c26dcec63e6e32c490913760ed3096af1c395488ee68bc95f1e9291e0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,936
Size: 0.99790525 1.00 vMB
Total Fees: 0.01252398 BTC
Feerates: 29.85 > 1.26 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,652 (720,517 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
193,135 193,135 0000000000000143bea8ca901514c297fd50935cf57036d5928c57270341bbed 116 0.07/1.00 vMB 88
193,134 193,134 000000000000041496121475d6cf7c17e0f078d7697c98f9cebd7f408edc5af2 231 0.11/1.00 vMB 94
193,133 193,133 00000000000004b58ac8327006d3076cb4c200fffb899b4a710af542dc826b03 605 0.24/1.00 vMB 12,355
193,132 193,132 00000000000003a7ca9c8800bc80f4a33daa15c2c1c195dfa0662f7c40ec1bb4 8 0.00/1.00 vMB 16
193,131 193,131 00000000000002db344806a1108b3024b62c93a1d63c29f2d5eef3c2901e81f7 514 0.18/1.00 vMB 139
193,130 193,130 00000000000007ffbaf5401d6b051c8fefcc28a58b1769d3ca4221d9c1941218 341 0.12/1.00 vMB 56
193,129 193,129 00000000000002c251f237d30fec14630cf65e278b1799812ad1dd99a3dc5b0d 84 0.03/1.00 vMB 56
193,128 193,128 00000000000002b41df10ca5b75b647324c1c34ba103d23f005030f118072ad3 106 0.04/1.00 vMB 65
193,127 193,127 000000000000064a6c1ed5eb65629711ad6eb38a46309842c3137fde05925839 662 0.29/1.00 vMB 197
193,126 193,126 000000000000082a24a31b80412ed98b765a45501f6e314f5a3530b434a6955d 32 0.01/1.00 vMB 0
193,125 193,125 00000000000000e9a61c59876f8b1fa614d19bc18fadf46c27acbb76158ce756 213 0.09/1.00 vMB 176
193,124 193,124 00000000000000cdffae6018b1aab523ea59d6ac9d51c9dd3186970104eaf0d5 124 0.04/1.00 vMB 159
193,123 193,123 00000000000007a91185bcaf5b9f25cd9b164604d79d3285ec960a3d5616f085 125 0.05/1.00 vMB 84
193,122 193,122 00000000000000faf73d33ccccc1dc6c8eb7db0361fd9fd17a582a3495047688 303 0.12/1.00 vMB 125
193,121 193,121 000000000000071fb901d53e4c2eb832ce4c8b72797db1e05a0299a77c295506 83 0.03/1.00 vMB 110
193,120 193,120 000000000000003d451013624d482ae48371e91cf069cd6877167d25baa99a43 265 0.08/1.00 vMB 16
193,119 193,119 00000000000004a19b5fb3c642ae4e4105184bf2a2f1a5ff05963f2dd5c5d4de 218 0.09/1.00 vMB 116
193,118 193,118 000000000000023a9e3f9462df6b27a59b7b9605c46d6b05e8c09565047ccd8e 1 0.00/1.00 vMB 0
193,117 193,117 00000000000003123e649d6a54b7b40a345028f56190cfeba719dff7e6df1f0b 10 0.00/1.00 vMB 30
193,116 193,116 000000000000022b9e89b960185924a8457f85f1ad42849294aed1962891d525 257 0.13/1.00 vMB 128
193,115 193,115 000000000000068ebf197a4404cbe26d3c140b09dbda88b81e7f88937051d498 170 0.07/1.00 vMB 150
Previous 10 blocks ↓
Total Size: 780.00 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: 477.46 GB
    • Received: 3.09 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.