Loading Tool

Explorer IconExplorer

Memory Pool

49,576 transactions
30.77 vMB
0.11867278 BTC
Random Selection Loading Transactions
Max Size: 164.20/200 MB

Candidate Block

Mining Attempt 1fd7435ab62edb79029a5ebd30202b5ef45b335113d9ef94a700d3e3c1c50f8a
Version 20000000
Previous Block 00000000000000000001a1ef6bdbedf5a06ca469ab80656fbd71e0aa11d472c0
Merkle Root 80ff2c4b2c920c3b1d93f6c6548d08e82ac18b6a52345204fa9a80a9f34b5897
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,127
Size: 1.00 vMB
Total Fees: 0.04965938 BTC
Feerates: 150.97 > 4.98 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,852 (406,804 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
508,048 508,048 00000000000000000016927e00db5c20181f5d5382b4b03d4ba4e97547cf1f83 1,208 0.99/1.00 vMB 68
508,047 508,047 0000000000000000005995483121a00373c327292eae57cbf7e0cb94422ebb49 598 1.00/1.00 vMB 10
508,046 508,046 0000000000000000005e02ece74fe61eea0f3440bc8c1a2901e713f96504382b 2,562 1.00/1.00 vMB 135
508,045 508,045 00000000000000000013ade3eaf0c4afd3e654adb424c43d70e8c59e04cb5a92 2,051 1.00/1.00 vMB 99
508,044 508,044 0000000000000000002d553da8c338809d9d224a4471960b85cccf8de2766da3 1,001 0.61/1.00 vMB 121
508,043 508,043 0000000000000000004ed10afdc34b5c75e9aed811c4728e283d6ce384f9a8c4 357 0.96/1.00 vMB 2
508,042 508,042 0000000000000000004b9d0d0be8a37d91a7725dabf8f504179a73242f74e38b 116 1.00/1.00 vMB 6
508,041 508,041 00000000000000000044484d59abbc3adbd44346df60162776480548d0949d9c 1,206 1.00/1.00 vMB 71
508,040 508,040 00000000000000000043c6fa2bae96a3c810e45cc660135d13700489d2993cc8 302 1.00/1.00 vMB 6
508,039 508,039 0000000000000000003bcfc71c25c4391bec915f6265bf5bc641a450e47df590 2,161 1.00/1.00 vMB 128
508,038 508,038 0000000000000000003580bf0591f5cde603dc27a240cbe33800912e11255dcc 1,435 1.00/1.00 vMB 72
508,037 508,037 0000000000000000004bd908a1c4b87fc09673a987f92d5b0a8461a5ff5c8bd2 1,741 1.00/1.00 vMB 41
508,036 508,036 0000000000000000005ef9ed5bd4380c43179a7cbd07981d8c6e2011d2bdb0c4 2,516 1.00/1.00 vMB 149
508,035 508,035 0000000000000000002844bb1057ca0479b89ed6372e4188fdef1ae446836f80 2,335 1.00/1.00 vMB 129
508,034 508,034 000000000000000000408590f83e73c14f45f4174dadd5769adbdfc7bb18dd7f 2,478 1.00/1.00 vMB 111
508,033 508,033 0000000000000000005f54364c1ec9f1417a29925806b25b3c41ac98a595c174 2,602 1.00/1.00 vMB 155
508,032 508,032 00000000000000000018e2d304128766f69359ca69bf1d6b0f2d6fd238ea218c 1,895 1.00/1.00 vMB 53
508,031 508,031 0000000000000000006b68e55432541794388c94fe9e805652038e7b3cac0681 2,166 1.00/1.00 vMB 122
508,030 508,030 0000000000000000005ba5b3d1fd9253fb1a0d16461c41df63e9f8eb9ead6b14 3,064 1.00/1.00 vMB 228
508,029 508,029 0000000000000000005ddba4383460bd3b0572c447dbd6f87a10783906fa514d 1,297 1.00/1.00 vMB 79
508,028 508,028 0000000000000000002e4ac3b9890664c46368885964aa9a1aab3edb54d435e7 2,456 1.00/1.00 vMB 163
Previous 10 blocks ↓
Total Size: 782.13 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: 652.40 GB
    • Received: 13.76 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.