Loading Tool

Explorer IconExplorer

Memory Pool

40,605 transactions
27.26 vMB
0.12443790 BTC
Random Selection Loading Transactions
Max Size: 140.96/200 MB

Candidate Block

Mining Attempt be1fed815cc0ba241bfc67e7c1021a2be6ee6356d4dee559847b68f74fb8d287
Version 20000000
Previous Block 000000000000000000011aac3f8356d41d0f3b59beeb05aaa2207d77b5b56f75
Merkle Root 8102ad6dc85c3366f0e16b4918e9b40b1c134dd14a337e9e73e6c687a4cd4abb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,286
Size: 1.00 vMB
Total Fees: 0.06750367 BTC
Feerates: 285.90 > 6.76 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,680 (468,440 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
446,240 446,240 000000000000000001067e8cbeab70657276506816b095ceed05202f574e198c 773 1.00/1.00 vMB 63
446,239 446,239 0000000000000000010200b16fb51cae25d8bdbb05d6c3cf06e971384e71c21c 2,188 1.00/1.00 vMB 86
446,238 446,238 0000000000000000019e8d085f7ce5bc888179852459cb7acb2003996a600b07 2,307 1.00/1.00 vMB 69
446,237 446,237 00000000000000000190225e7dfa0b64df624bcd34b1fa082f04d1c61fdf9e4a 1,880 1.00/1.00 vMB 71
446,236 446,236 000000000000000002d5c05409bca8f37237b191ac1ba6a48e132e1b9e127d57 2,228 1.00/1.00 vMB 71
446,235 446,235 00000000000000000319374a103e39405730f20846aef960e93cc2caac11dfdd 1,735 1.00/1.00 vMB 69
446,234 446,234 0000000000000000033c40a6b45960da17f8c3291b0777e27f00a532882686ef 2,472 1.00/1.00 vMB 105
446,233 446,233 0000000000000000023ced3b723b64f20e4c4adb9dc34b256f7adc929ff1d52c 1,964 1.00/1.00 vMB 72
446,232 446,232 00000000000000000143e121435990dc1ceb7a58e5d8e130faf18402f5e034ca 2,853 1.00/1.00 vMB 108
446,231 446,231 00000000000000000123f83081c5afa2de1de8f4d7ce27d646a26ce50c2f9da5 2,225 1.00/1.00 vMB 96
446,230 446,230 0000000000000000007233848f662938a2b51dcf1ea79c61f81d415f252022db 1,697 1.00/1.00 vMB 62
446,229 446,229 000000000000000002431a096add1717bd4ff134392374ca618e1af3af2c31bf 2,192 1.00/1.00 vMB 91
446,228 446,228 0000000000000000031859745bb172a065a83c0cea49845dadecce948655622a 2,203 1.00/1.00 vMB 78
446,227 446,227 00000000000000000078c856397bec80c1f111615bd959e9f18ca78462473676 2,492 1.00/1.00 vMB 78
446,226 446,226 000000000000000000b8ffaba5ad953d789e393b34d73470c79a1d03e5acfe71 2,103 1.00/1.00 vMB 69
446,225 446,225 0000000000000000036f3dc12f34f6dc2c24277f05c70dc7756dd87a1930898e 2,391 1.00/1.00 vMB 86
446,224 446,224 0000000000000000001733e21ce60a6aa0ec103e2d259659a70cca489fead9e9 2,311 1.00/1.00 vMB 106
446,223 446,223 0000000000000000035c0e3e0a469023f3d29ca45e1cb606d8aeb48da1a774b9 2,472 1.00/1.00 vMB 77
446,222 446,222 000000000000000001b01ae2c993f7211b49fe41a961464780160d45a42b2185 2,171 1.00/1.00 vMB 102
446,221 446,221 00000000000000000352c88756b0c7eb7cf4af2e41d2bc833b37a2361fd39444 2,286 1.00/1.00 vMB 102
446,220 446,220 000000000000000001e0c8db2012400c4db2c06a394b18080acc4b5f11f26b49 2,152 1.00/1.00 vMB 84
Previous 10 blocks ↓
Total Size: 781.82 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: 636.43 GB
    • Received: 12.37 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.