Loading Tool

Explorer IconExplorer

Memory Pool

53,086 transactions
31.46 vMB
0.18167985 BTC
Random Selection Loading Transactions
Max Size: 169.07/200 MB

Candidate Block

Mining Attempt d4a6ff13fd4ad849b5a49aa962529df70ed20831b84dd89c93ffa6b8d043917d
Version 20000000
Previous Block 0000000000000000000150ac5d85e9507ede5886efaa3253ea821573fd5eeda5
Merkle Root 76c0a9b0a5ecd8a173fe6db54a867cf0d0d2f29633141cb8eeed3071819c1e1a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,222
Size: 1.00 vMB
Total Fees: 0.09639130 BTC
Feerates: 477.45 > 9.66 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,824 (428,936 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
485,888 485,888 000000000000000000e61c94a31e0a8292dc03ad4930ced7b54f7ad4ed6d345f 958 0.99/1.00 vMB 139
485,887 485,887 0000000000000000001245d169940ce5cbb726301050b3839b84033cc5036b2f 548 1.00/1.00 vMB 121
485,886 485,886 0000000000000000001a3bbfe278de438f4018fe08cbb3c0201c8ec2eac46168 2,189 1.00/1.00 vMB 121
485,885 485,885 000000000000000000cb20776b09f6744ffb81827cc1a9cc360c26978c2103bf 2,284 1.00/1.00 vMB 120
485,884 485,884 000000000000000000d3afaec41dff3611aa9c2dd12e0c866e947443434e55da 1,631 1.00/1.00 vMB 150
485,883 485,883 00000000000000000025c14bdc8c98485ec1e0bf979cf09ad5130260d537b6a7 2,240 1.00/1.00 vMB 151
485,882 485,882 00000000000000000054bfe83819d9891585bc93dfb6b3860f361d80d91c8bb2 2,208 1.00/1.00 vMB 185
485,881 485,881 000000000000000000c3df8843bada3340dfabfc4706042502a37a2a85cb8982 2,241 1.00/1.00 vMB 177
485,880 485,880 0000000000000000009b6c873f44dc67e707b031337bd63d479818ad7b095a02 2,491 0.98/1.00 vMB 211
485,879 485,879 0000000000000000009e5a98f0d257ad4089cd3905b093b46b9387b97c5a92d9 2,409 1.00/1.00 vMB 244
485,878 485,878 0000000000000000009440125a1aab25e4cc75d5f3e0de7ead87cdeeebc965eb 2,248 1.00/1.00 vMB 210
485,877 485,877 0000000000000000001b601054c264115ed79eb3902bc1fc7b6d12c0442dd491 34 0.01/1.00 vMB 701
485,876 485,876 000000000000000000a46aa00f81c4025db6bfd936491e4ea7074d9507d81d9e 1,885 1.00/1.00 vMB 269
485,875 485,875 0000000000000000000982c65f1a10b9264cf800a0bfd9c2232b04b45ba8b426 927 1.00/1.00 vMB 114
485,874 485,874 000000000000000000308afa0f08401bfc92bd1ecb175b5293bb6011e0208436 1,962 1.00/1.00 vMB 143
485,873 485,873 0000000000000000001d9f0027f1b71c3bc4e33ef16ed5ebfc22352d349dcd97 1,281 0.99/1.00 vMB 134
485,872 485,872 0000000000000000005f21f9af42a1d151fa1410720b2d51d62b8a58ca5ba269 1,723 1.00/1.00 vMB 115
485,871 485,871 000000000000000000bdf9393db299d75a0234b3615e691f977ddfc65d10bd05 1,972 1.00/1.00 vMB 132
485,870 485,870 0000000000000000008255f3e8e3335bbfa1141e3a138401ba802a9f9f4fca62 803 1.00/1.00 vMB 115
485,869 485,869 000000000000000000660529e62a249469fd3e7e47938858a5a91ec4d2816fec 1,051 1.00/1.00 vMB 135
485,868 485,868 0000000000000000002c89a615da2a20f2faf249a8d969836e9dd5a24e7a54ef 1,379 1.00/1.00 vMB 151
Previous 10 blocks ↓
Total Size: 782.08 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: 651.32 GB
    • Received: 13.54 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.