Loading Tool

Explorer IconExplorer

Memory Pool

46,903 transactions
27.49 vMB
0.10354696 BTC
Random Selection Loading Transactions
Max Size: 146.46/200 MB

Candidate Block

Mining Attempt 6b2bf76cec447c711078e0cfb2fdef2efb3b432a1876de8e3c6c5f5437a228a1
Version 20000000
Previous Block 00000000000000000001bfbced3ea009a2f71c20ce288c536043b9b1575dc7b2
Merkle Root b233ca6b6fb872e197591975cb11129de39b14d72ff6057e5e3a88fa30b19fc9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,080
Size: 1.00 vMB
Total Fees: 0.05213608 BTC
Feerates: 101.66 > 5.22 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,771 (620,820 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
293,951 293,951 0000000000000000cf179e61ecbe56eb19561396ef72650f2a8b3e7d29d21cde 315 0.13/1.00 vMB 34
293,950 293,950 00000000000000006e97b96972f7f31f0847fcf35e723193c0949dad4bbc730c 357 0.18/1.00 vMB 53
293,949 293,949 0000000000000000b2a0b9c58aa86994aa85385d0d8a8676945f6d3b642b27a9 1,161 0.88/1.00 vMB 21
293,948 293,948 000000000000000055c9d3b2a816877d3b1a9ca6048170ed7cee1c8629255e0e 851 0.35/1.00 vMB 48
293,947 293,947 0000000000000000551b394408e467f83cd5d6f36612f8e33643d188f0d4498f 951 0.35/1.00 vMB 47
293,946 293,946 00000000000000006a9ec2a3c3588a93fb16575045f335f747bf73a727bcd6b3 526 0.25/1.00 vMB 33
293,945 293,945 000000000000000082aec0693b68adb65ab1b5c3a00eb973d4589a56a1200c34 1,024 0.33/1.00 vMB 83
293,944 293,944 000000000000000075f0d0843e23a9c5f4099a07a4d42ccc5111a69739681c5e 55 0.02/1.00 vMB 42
293,943 293,943 00000000000000000c0ff56cd2e6a218df48054d785cd0bd5485137b672c5f33 192 0.10/1.00 vMB 33
293,942 293,942 0000000000000000202ccaaae48ee76f0b65b1197cba2e60114c925e0a85db28 753 0.33/1.00 vMB 45
293,941 293,941 00000000000000002c4bc82cbd13bf328eedebab840cf73dd26618706d66aa7f 156 0.09/1.00 vMB 33
293,940 293,940 00000000000000005ec350eefe5a7e282cf26ab36bc35186e5bd708f3c02573f 410 0.24/1.00 vMB 29
293,939 293,939 0000000000000000377f69030e81bd18883e6c2f9ea4f3c8512c396c435f5d35 512 0.23/1.00 vMB 50
293,938 293,938 0000000000000000afd265a3129a8d2f0eafab3b7ad3bc4b40bdfd369c5ddf3d 94 0.04/1.00 vMB 26
293,937 293,937 00000000000000003a8debe48e8115cfdaf2708bc5c909be6856b3d13e08876c 941 0.42/1.00 vMB 44
293,936 293,936 0000000000000000b1b5997153609f08911f13438ab6ddaf2003c7889ac28a86 331 0.14/1.00 vMB 34
293,935 293,935 0000000000000000d14d4299a6b9a55e2b7556de63ae0d207405eef4fa55e694 277 0.11/1.00 vMB 35
293,934 293,934 000000000000000038ce797e7da73e3e573d540e55818e337ec6a52270b0fc1f 312 0.37/1.00 vMB 14
293,933 293,933 0000000000000000bf78b3ed8facb3b36da15073bbbbcd037a03689de0adc93a 719 0.25/1.00 vMB 54
293,932 293,932 00000000000000006175dd4c137a93acb0e501baff21a87c7b1bab1adfbbeb26 128 0.10/1.00 vMB 25
293,931 293,931 00000000000000000e7ae8a6fb9224a8f1947c0d8c2238a5231e64fcd7321923 374 0.26/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 781.98 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: 648.26 GB
    • Received: 13.02 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.