Loading Tool

Explorer IconExplorer

Memory Pool

77,113 transactions
28.75 vMB
0.07805647 BTC
Random Selection Loading Transactions
Max Size: 173.93/200 MB

Candidate Block

Mining Attempt f53ebf2a090f4f546b01c0803e8006977f030c53b1ad6d864c2f88bdb995cdf9
Version 20000000
Previous Block 000000000000000000011d49c0349887e36fe6508c1977edbe2c0a508259bee0
Merkle Root e804cff10f8f39234b7e4b44c4a030e4c3fd1476e2170b9ea60a94a2e5b30ce4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,909
Size: 1.00 vMB
Total Fees: 0.01832452 BTC
Feerates: 100.17 > 1.84 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,136 (473,923 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
441,213 441,213 0000000000000000015816ed2a8447e85688a380a222b8448d360dbff41c4784 2,406 1.00/1.00 vMB 69
441,212 441,212 000000000000000000b75acc9a84f63f11518c89342a02751d6a5e15294105d1 1,816 1.00/1.00 vMB 60
441,211 441,211 0000000000000000024632e46f608c0c6acf027615cc2e22b9e8191af3be9f99 2,325 1.00/1.00 vMB 87
441,210 441,210 0000000000000000000ca0436e1ae814a893e66c04f8c31ae89f07ed66289f6c 8 0.00/1.00 vMB 349
441,209 441,209 0000000000000000030523d76da4a10009408c1d7d73726277ff0ed18b82ac15 2,132 1.00/1.00 vMB 93
441,208 441,208 0000000000000000019a31650ee990c823492316e61a49d8ee2a22d0ed3e3433 2,353 1.00/1.00 vMB 81
441,207 441,207 00000000000000000067fde6c00653fcd9ac2c63f78d8b97185c3d569d0d9919 2,589 1.00/1.00 vMB 83
441,206 441,206 00000000000000000258acc22620d37b2f5406b2979068b272f4e911b47bf91a 1,920 1.00/1.00 vMB 75
441,205 441,205 000000000000000001281235b9f07781980a6da8e00e3b9e61f9b7383ff72697 2,626 1.00/1.00 vMB 92
441,204 441,204 000000000000000002c90211cb6c680850f11c295e54113fd3affc9090d5c491 2,174 1.00/1.00 vMB 101
441,203 441,203 000000000000000002493e06aabdb09a828dfda7b651c1de4eddd421b7f8b143 1,799 1.00/1.00 vMB 46
441,202 441,202 000000000000000003c1fe01503f7ba8e8a0c0061a6dc8bf4e2fdc3db12df4fd 2,500 1.00/1.00 vMB 62
441,201 441,201 000000000000000000c58944dfab1bde5ea584efedf4fa1810e24947ef5af46a 2,142 1.00/1.00 vMB 69
441,200 441,200 0000000000000000024517919d4eb6c101484678dd19782c373faa601d799f2d 1,930 1.00/1.00 vMB 85
441,199 441,199 000000000000000001499b795d5dbc86e96719955e24872a0f9862c2b173f14a 1,852 1.00/1.00 vMB 75
441,198 441,198 000000000000000002ef876e64d044708e86925dec5904a6ef79e2d41db3ae5f 2,574 1.00/1.00 vMB 79
441,197 441,197 000000000000000003d562001b2823c37df928b7bd76716dc9570d65f9733142 1,963 1.00/1.00 vMB 87
441,196 441,196 000000000000000003756432ef3984f0e91a7a55326e3a95b11cb41ff9205125 2,502 1.00/1.00 vMB 113
441,195 441,195 000000000000000000a3591245f1c1607a2e38e04e670536515e83053e3d4204 7 0.00/1.00 vMB 652
441,194 441,194 0000000000000000028f57ada21a307351e5fdeb8f86c75436720cc04b193723 250 0.75/1.00 vMB 7
441,193 441,193 00000000000000000356c11faef2db333d43d92d8ccfb5e6d528519ef4ab18fe 904 0.39/1.00 vMB 75
Previous 10 blocks ↓
Total Size: 782.63 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: 672.12 GB
    • Received: 16.15 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.