Loading Tool

Explorer IconExplorer

Memory Pool

14,990 transactions
11.20 vMB
0.04472254 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 57.70/200 MB

Candidate Block

Mining Attempt 9c7cdda5988199de8070f3368cd3be610bd6b9c9d20af16865a44679c338ad8e
Version 20000000
Previous Block 00000000000000000001f91042d8ccc53bfa3e0054d161055438edcb4a81b245
Merkle Root 40a2906fbb53f779c60045b907fd186236b796ff6b6f207d3356e0f9b40bda35
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,532
Size: 0.99799025 1.00 vMB
Total Fees: 0.02164644 BTC
Feerates: 151.03 > 2.17 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,814 (720,667 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
193,147 193,147 00000000000000643dcb3171ffe9236e7c92ef2daee24778b813c0df95db75a9 13 0.00/1.00 vMB 0
193,146 193,146 00000000000007773b0fcbb85fcb7cd6faed0045f9706309c583574757fe93ef 131 0.04/1.00 vMB 104
193,145 193,145 000000000000058d52cc1241cef368e8c01ad790fff29a6d0447c0aa208e6b9c 674 0.20/1.00 vMB 173
193,144 193,144 0000000000000147d4d83d5cd556b682673310f3dda8f51d55d7d92c0a8db695 186 0.08/1.00 vMB 116
193,143 193,143 0000000000000556695794ab8188ef880d9f49139ede2e8ee738a744ab165914 363 0.15/1.00 vMB 128
193,142 193,142 00000000000001b6e1e3b09eef7aa262024ddb9328a21763f7919ad23431c24c 21 0.01/1.00 vMB 101
193,141 193,141 000000000000035dedf81fc042e1a131d4cfae7bed11947653776579a0cc3fe7 305 0.13/1.00 vMB 139
193,140 193,140 00000000000005948724c5cad35134622440690fe777220ffe6eee0e87f1caa8 57 0.04/1.00 vMB 186
193,139 193,139 00000000000002dfb926659d7bf63cd6f0840c921b3717205c39c3e83cacf14d 91 0.03/1.00 vMB 52
193,138 193,138 000000000000016a639c277de8bf64c0efb8e7140888d204d8f66c0a93f8bc0b 49 0.03/1.00 vMB 83
193,137 193,137 00000000000006ba7859a8b0bd9289d2029b7bbb58e993bc26444db5bc843e18 320 0.12/1.00 vMB 140
193,136 193,136 00000000000000f2b453b9018e2098e9d4d4a3d8699b0216ebebabf199bc5991 92 0.04/1.00 vMB 103
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
Previous 10 blocks ↓
Total Size: 780.29 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: 517.18 GB
    • Received: 4.51 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.