Loading Tool

Explorer IconExplorer

Memory Pool

77,002 transactions
28.70 vMB
0.07407900 BTC
Random Selection Loading Transactions
Max Size: 173.84/200 MB

Candidate Block

Mining Attempt 4ccede1714f1111db1607de1ffbf0c982511ff57ed8a06c100a4e1a032506d67
Version 20000000
Previous Block 0000000000000000000034cfd79664e0a1680400ea13802d309e22ae00459d8a
Merkle Root f9af7ddad9cb92bab32522217e964baa623b630ea3a2a8205f6e602ebbd4dff5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,114
Size: 1.00 vMB
Total Fees: 0.01447452 BTC
Feerates: 129.25 > 1.45 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,159 (422,275 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
492,884 492,884 00000000000000000053e7a26f7846e1565172babd77608a54034e499bc54736 1,475 1.00/1.00 vMB 179
492,883 492,883 00000000000000000010fe6bef989dfe9462bffaba67ab253851066fc48a829a 1,849 0.95/1.00 vMB 195
492,882 492,882 0000000000000000007b66f316195ee8efc33785c106b59e8253d486ef791469 2,061 1.00/1.00 vMB 216
492,881 492,881 000000000000000000a79e66a6128d9e169a907c5f45b1a63957c06824c41a88 2,711 1.00/1.00 vMB 258
492,880 492,880 0000000000000000005ab77e503005961833f3f02aa40b4fa03ddd2b7e17cec9 2,493 1.00/1.00 vMB 256
492,879 492,879 0000000000000000006e4d0a12dc577a1f1e10290d10f77eefded4373998f1b7 1,910 1.00/1.00 vMB 236
492,878 492,878 0000000000000000005929a4fd02a644a0d4537a5bd936f9599864c4f0f77e7f 1,587 0.92/1.00 vMB 236
492,877 492,877 00000000000000000039ac7ba71ec7da686e6875ad2790769452c8cde4fa9491 3,425 1.00/1.00 vMB 265
492,876 492,876 00000000000000000062f3513a64030c7f89496f370607edb768314c799faedf 2,426 1.00/1.00 vMB 260
492,875 492,875 0000000000000000004f5511f86ecc0bb535edfc7b467498515e459899541b50 1,580 1.00/1.00 vMB 214
492,874 492,874 0000000000000000004c6017384551ce70eb3825e48d1c3afafa034ee28f4279 3,131 1.00/1.00 vMB 268
492,873 492,873 0000000000000000005943388d14d7a8a9f60569034128326b88de37131d3fb1 2,051 1.00/1.00 vMB 65
492,872 492,872 00000000000000000004ef18592382339fbc4b47e3587df9ea98ab54efd73588 2,393 1.00/1.00 vMB 235
492,871 492,871 00000000000000000041ea17b4104ff5c6497af5412b949602aae075542c92d0 2,341 1.00/1.00 vMB 37
492,870 492,870 0000000000000000006183cd5374076a2194f68437f4d3b7c14a885a962a60b5 2,580 1.00/1.00 vMB 61
492,869 492,869 0000000000000000002f272aee82d9e5ce6ac2dd0a7444ed53586a55f49fa070 2,427 1.00/1.00 vMB 118
492,868 492,868 0000000000000000003af34f7a26c7d4cdd9c7aed489dabc2be0bdbf0244f504 2,600 1.00/1.00 vMB 249
492,867 492,867 000000000000000000b2ff1d50548fc55c5dfaa3e8a6afd76d47563d28b845d5 1,674 0.97/1.00 vMB 84
492,866 492,866 0000000000000000009b7ece98e23ceac0e3a29c1f6c0ad64b1cd663bd365f38 2,785 1.00/1.00 vMB 201
492,865 492,865 00000000000000000086bbb1b2c4147b96301b4cc2cbcb814792cbc8f4898165 2,695 1.00/1.00 vMB 233
492,864 492,864 0000000000000000006ecdb5273a58de9efded1482b4d34bd6601b50d6c24a30 3,237 0.98/1.00 vMB 275
Previous 10 blocks ↓
Total Size: 782.67 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: 673.12 GB
    • Received: 16.40 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.